-
AuthorPosts
-
January 31, 2014 at 5:02 am #217272
I’ve made all the navigation UPPERCASE but home is still displaying lowercase i.e:
Home MENU NAME MENU NAMEI want it to be:
HOME MENU NAME MENU NAMEThanks!
January 31, 2014 at 5:53 pm #217554Hey 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!
YigitJanuary 31, 2014 at 10:54 pm #217669Great 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; }January 31, 2014 at 10:57 pm #217671One 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;
}February 3, 2014 at 6:20 am #218633Hi,
Can you post the link to your website please?
Regards,
JosueFebruary 3, 2014 at 6:27 am #218635This reply has been marked as private.February 3, 2014 at 6:30 am #218637Home text is not previewing as uppercase in menu navigation in responsive mode either?
February 3, 2014 at 6:34 am #218638Hey!
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,
JosueFebruary 3, 2014 at 6:37 am #218640Hey!
For the uppercase on mobile:
#mobile-advanced a { text-transform: uppercase !important; }Best regards,
JosueFebruary 3, 2014 at 6:55 am #218650great thanks!! it’s working perfectly now :)
February 3, 2014 at 6:58 am #218652You are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
- The topic ‘HEADER MENU’ is closed to new replies.
