Let’s say I have a menu symbol and nested inside it I have button symbols. Could I use a class override to distinguish clicked and unclicked buttons?
Or is the alternative to create 2 different symbols?
Let’s say I have a menu symbol and nested inside it I have button symbols. Could I use a class override to distinguish clicked and unclicked buttons?
Or is the alternative to create 2 different symbols?
Yeah, I’d like to know this too!
Say I want my navbar to have a different look on a certain page but all the content will stay the same. I want to be override the class on the certain page without effecting it on the other pages. If I have to make a duplicate symbol to alter the CSS, now anytime I need to change the content I have to make sure to do it to both symbols…