Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #336746
    gokselhamali
    Participant

    Hi everyone,

    Since the last update, the menu items’ colors(+hover color) and the little separator line below every page’s title changed back to turquoise. How can I change them back to this color? #b8ab7e

    Here is the website:
    http://www.actofcreation.de

    Appreciate any help
    Göksel

    #336764
    minal
    Keymaster

    Hello @goksel,

    for changing the color, please add following CSS on Additional CSS

    You can please try adding the following css code to “Appearance => Customize => Additional CSS”

    .main-navigation .current-menu-item a,
    .main-navigation a:hover,
    .main-navigation a:focus {
    
       color: #b8ab7e;
    
    }
    
    .section-title:after{
    
       border-color: #b8ab7e;
    
    }
    
    

    Sincerely,
    Minal

    • This reply was modified 1 month, 1 week ago by minal.
    • This reply was modified 1 month, 1 week ago by minal.
    #336789
    gokselhamali
    Participant

    Hey @minal,

     

    Firstly, thanks for your help. The separator’s color changed and the focused menu item worked but hovering is still not working. Any ideas why? I have published the website with the css you provided. You can check it out again. Really appreciate it.

    http://www.actofcreation.de

     

    Cheers
    Göksel

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.