Non-transparent dropdown menu
-
Hello coav,
Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save.
.navigation_menu { opacity: 1 !important; }Thanks.
Hi @weblizar
I also need same solution (non-transparent menu) but i did not get expected result after inserting above CSS code to specified section (Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options ->Custom CSS Editor)The wev address is http://afyonluoglu.org
What am i missing or doing incorrect?
Thanks for your cooperation
Hi afyonluoglu,
You want your menu to be transparent??
Thanks.
Dear @weblizar
I want my menu to be NOT transparent because reading the menu content becomes difficult when it is semi-transparent now. (Screen-capture: https://snag.gy/zFG0T4.jpg)
When i scroll down the screen, the menu automatically becomes non-transparent as you know and reading becomes easier. (Screen-capture: https://snag.gy/6DNEZb.jpg)
I want it to be allways non-transparent.
Thank you for your support
MustafaPlease use the below CSS code in custom CSS editor box and save the changes –
.top_fix {
opacity: 1 !important;
}Thanks.
Pleasure to help you 🙂
The topic ‘Non-transparent dropdown menu’ is closed to new replies.
