This topic has 7 replies, 2 voices, and was last updated 1 years, 7 months ago ago by syndr0me
Hi,
how can i highlight the location of menu item like in screenshot? https://ibb.co/PtxKGVT
Now only bold text is expected.
But I would like it highlighted with a colored background in addition to the bold font. see the screenshot: https://ibb.co/PtxKGVT
Thanks a lot
Hello @syndr0me,
We would be very appreciative if you could provide us with the login credentials for your website under the private content area of this topic. This will allow us to access your live website and provide you with a customized solution that meets your requirements.
Moreover, it would be incredibly helpful if you could also provide us with the page URL where the menu is located. This will assist us in gaining a comprehensive understanding of the issue at hand and enable us to deliver a prompt and effective resolution to you.
Thank you for your consideration.
Best Regards,
8Theme’s Team
Hi,
i send you in private area
Hello @syndr0me,
Unfortunately, there is no available option in the theme to achieve this, so it can only be done using Custom CSS. Please try copying and pasting the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to see the changes.
.sidebar-widget ul li>ul.children li:hover {
background-color: #FD6900 ;
}
.sidebar-widget ul li>ul.children li:hover a{
color: #fff ;
}
Regards,
8Theme’s Team
Thanks a lot!
Can i fixed “backgroud-color” when the link is active and not only hoover?
Hello @syndr0me,
We kindly request that you copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS. After doing so, please clear your browser cache and check back to your site.
.sidebar-widget ul li.current-cat {
background-color: #FD6900 !important;
}
Best Regards,
8Theme’s Team
Thank you for all
Tagged: highlight, location, menu-item, screenshot, themes, woocommerce, wordpress
The issue related to '‘how can i highlight the location of menu item like in screenshot?’' has been successfully resolved, and the topic is now closed for further responses