Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #506014

    Is there a way that header font background stay as it is like brown background color as shown in the image attached.
    right now brown color is only on when mouse-hover. I want it to stay as it is when according to the selected page.

    #506239

    Hey Khalid,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .current-menu-item li a {
    background-color: #2B2822 !important;
    color:#7A7267 !important;
    }

    Regards,
    Rikard

    #506250

    I applied the code but its not working.
    Let me explain again a bit in case.
    When you rollover mouse on main menu i.e. HOME background change to darker brown right.
    I want that color to stay in the background whichever page is selected. mean when im on the home page, background color of HOME button in the main menu should stay as brown.

    I apologize if I couldn’t explain very well last time.

    Thanks alot

    #506442

    Hi!

    “UNDER CONSTRUCTION”. Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #506490

    Oh sorry about that.
    Please find attached..

    #506494

    Hey!

    I have changed the code to following one in Quick CSS field

    .av-main-nav > li.current-menu-item > a  {
    background-color: #2B2822 !important;
    color:#7A7267 !important;
    }

    Please review your website now

    Regards,
    Yigit

    #506518

    Looks perfect..
    Thanks a lot :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header font background color’ is closed to new replies.