I’ve made all the navigation UPPERCASE but home is still displaying lowercase i.e:
Home MENU NAME MENU NAME
I want it to be:
HOME MENU NAME MENU NAME
Thanks!
Hey sineadh!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a { text-transform: uppercase; }
and if that does not work, please post the link to your website
Cheers!
Yigit
Great thanks.
Is this code correct? All is working besides from the hover state isn’t previewing the correct colour.
Thanks!
.header_color .main_menu ul:first-child>li>a {
font-size: 14px;
font-family: ‘Raleway, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
font-weight: 300;
text-transform: uppercase;
color: white;
}
.header_color .main_menu ul#menu-main_navi:first-child > li a:hover { color: #a37a08; }
.header_color .main_menu ul#menu-main_navi:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #918f91; }
One more… Am trying to set some padding underneath the logo. This is what I have which isn’t working.
.header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
padding-top: 4px;
padding-bottom: 9px;
min-height: 90px !important;
}
Hi,
Can you post the link to your website please?
Regards,
Josue
Home text is not previewing as uppercase in menu navigation in responsive mode either?
Hey!
The hover code:
.header_color .main_menu ul:first-child > li:hover a {
color: #a37a08 !important;
}
For the space beneath the logo:
#header_main {
border-bottom: 9px solid black;
}
Regards,
Josue
Hey!
For the uppercase on mobile:
#mobile-advanced a { text-transform: uppercase !important; }
Best regards,
Josue
great thanks!! it’s working perfectly now :)
You are welcome, glad we could help :)
Regards,
Josue