Change Color of Mainmenu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24901

    Hello Livemesh, I added the CSS Code as discribed, but the color-change worked out only “half”. Check here: http://www.rheinherz.com/blog/ than you will see what I mean.

    I also altered all possible fields in the colorsceme menu to change the color of the mainmenu, but its still red at hover. Which one changes the Mainmenu-Hover Color? And how can I change the hover colors in the Blog completely – the Title of the Post and the hover effects?

    #24913
    Veena
    Moderator

    You can use the below custom CSS –

    .blog .entry-header, .single-post .entry-header{
        background: #007FFF !important;
    }
    .blog h2.entry-title a:hover, .single-post h2.entry-title a:hover{
        color: #007FFF !important;
    }
    .blog .entry-meta span a , .single-post .entry-meta span a{
        color: #007FFF !important;
    }
    .blog .image-info {
        background: #007FFF !important;
    }
    

    Which one changes the Mainmenu-Hover Color?
    In themeoptions > header tab – option – “Font Color on Hovering Primary Menu Item”

    #24950

    Hello Livemesh,

    it seems the CSS Code didnt work out completely. Check this, tahn you will see: http://www.rheinherz.com/blog/. The Main-Menu is stil red. And I would also like to change the Blog Colors (Title-Hover, Links, Post-Hovers, Wigdet-Hover, etc.) are blue also. Its still in that red-color…

    THX

    #24953
    Veena
    Moderator

    Can you pls check if there is any syntax error in your custom CSS?

    Pls remove the <pre> tag from custom CSS and check..

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.