Is there a way to have "blog" stay active when viewing blog or category archives?
Thanks!
Sara
Is there a way to have "blog" stay active when viewing blog or category archives?
Thanks!
Sara
Hi Sara,
Try this:
body.single li#menu-item-297 > a,
body.archive li#menu-item-297 > a {
color: #3C3C3C;
border-color: #F0B70C;
}
Regards,
Mya
Hi Mya,
Thank you! That worked perfectly. I just replaced it with my menu-item number and the styling I needed.
body.single li#menu-item-385 > a,
body.archive li#menu-item-385 > a {
border-bottom: 3px solid #ff300b;
}Hi Sara,
Glad you remembered to replace the menu-item number! :D Sorry, I didn't mention that in my post.
Regards,
Mya
This topic has been closed to new replies.