I want to customize my auto-nav but i cant do it because i have two diffrent auto-navs on site. One of them have ul class="nav" and second also have ul class="nav". I want to know how to change one class of them.
I'd use css to add an id or a class around the autonav blocks to give them separate classes and then target that css specifically. If you're not great at coding and you're not hardcoding your autonav blocks, then you can use the Design > CSS option for the block.
See attached for images - in this case I used a class called 'second_autonav'.
Then I can target the 2nd autonav as such:
.second_autonav ul.nav {//your styles here}
You can do the same for the first one too!
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
See attached for images - in this case I used a class called 'second_autonav'.
Then I can target the 2nd autonav as such:
You can do the same for the first one too!