Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #217272

    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!

    #217554

    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

    #217669

    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; }

    #217671

    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;
    }

    #218633

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #218635
    This reply has been marked as private.
    #218637

    Home text is not previewing as uppercase in menu navigation in responsive mode either?

    #218638

    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

    #218640

    Hey!

    For the uppercase on mobile:

    #mobile-advanced a { text-transform: uppercase !important; }
    

    Best regards,
    Josue

    #218650

    great thanks!! it’s working perfectly now :)

    #218652

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘HEADER MENU’ is closed to new replies.