• Resolved da5idbb

    (@da5idbb)


    Hi,

    I can’t seem to change the border and hover colour of the menu entry for “Home” in the Primary Menu. It is still the default blue.

    All other colour changes appear to work fine from theme options.

    Does this need to be changed with custom CSS?

    Cheers,
    Dave

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this to theme option->custom css

    #main-navigation .sf-menu li a { border-bottom: 5px solid #000; }

    Thread Starter da5idbb

    (@da5idbb)

    Hi Richie,

    Thank you for getting back to me.

    That changes the border for all of the menu entries. It’s only the home one that doesn’t seem to be picking up my colour setting.

    The site is ordinarysuperhuman.co.uk.

    I have removed the customer CSS for now. The border for the Home link should be the same as for the right hand sidebar.

    Cheers

    Theme Author Richie KS

    (@rkcorp)

    or try add this
    #main-navigation .sf-menu li.home a { border-bottom: 5px solid #000; }

    check the correct class for home just incase its different.

    Thread Starter da5idbb

    (@da5idbb)

    Hi Richie,
    I think I’ve got it working now.

    On my site I had to add the following to custom CSS:

    #main-navigation li.tn_page_color_146 a {
    border-bottom: 5px solid #009244;
    }
    
    #main-navigation .sf-menu li.tn_page_color_146 a:hover {
    background-color: #009244;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change colour of Home entry for Primary Menu’ is closed to new replies.