-
-
I have noticed that after the last upgrade I made several weeks ago the mobile menu do not highlight in orange color the page that is currently being viewed. So, all menu items have the same black color. Site: solicall.com
- This topic was modified 5 years ago by solicall.
-
Hello,
Please add this code into your Custom css box:
.menu-small ul.menu > li.current_page_item > a{ color: #eaa133 !important; }
Let us know.
Best regards! -
Thank you. I added it but no change. For your reference, following is my current custom CSS:
/*#header{
margin: 0 auto;
}*/
.blog-article.standard-style .media { display: none; }
.breadcrumbss { display: none; }
#faq-filter ul li.all {
display: none;
}
.single-post #comments { display: none;}
.blog-article.standard-style .info li:nth-child(3) {
display: none;
}
.post-like {
display: none;
}
.slider#slider-fixed {
padding-top: 0 !important;
}
.menu-small ul.menu > li.current_page_item > a{
color: #eaa133 !important;
} -
Hello,
Is the code exactly like this:
.menu-small ul.menu > li.current_page_item > a{
color: #eaa133 !important;
}
??
If yes, remove it and paste again this:
.menu-small ul.menu > li.current_page_item > a{ color: #eaa133 !important; }
The
>
are being replaced by ” >” and that’s what is making it not work.Best regards!
-
Thanks. It is working now for the first-level menu items but not for the sub-menu items.
-
Hello,
Add this other css as well:
.menu-small ul li ul li.current_page_item a { color: #eaa133 !important; }
Best regards!
-
-
You’re welcome!
If you like our theme, please leave a rating on Themeforest. It’s important for us:
https://themeforest.net/downloadsThank You!
-
You must be logged in to reply to this topic.