Remove auto capitalize from sub-menu
-
Hello everyone, I’ve created a website using oceanwp theme and it’s working fine. But I have a problem in the submenu. The text that is there is auto capitalized and I can not change it. Already tried changing in CSS style and custom CSS. Can you help me?
I already change in CAPITALIZE to NONE in style of dropdown menu and use this codes below in custo css:first code
#access a { text-transform: none; }
Second code together whith the first one:
#access ul li ul li {text-transform : none;}
third code:
#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a { text-transform : none; }
Nothing resulted ??
- This topic was modified 6 years, 10 months ago by .
- This topic was modified 6 years, 10 months ago by .
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove auto capitalize from sub-menu’ is closed to new replies.