• Resolved dd145

    (@dd145)


    Hello,

    i am unable to change the color of the category menu, or the primary menu. When i’m in firefox firebug i can change it, but when i copy the code into my text editor linked to my ftp nothing happens, also when i directly put the code in the wordpress editor it is impossible. Via theme options it is also impossible, because nothing appears from the menu, so i can’t change the color.
    The code which i put into dreamweaver was this:

    #main-navigation.sf-menu a:hover {
    background:#C90D31;
    }
    in between i also added the other things which i copied form firefox debugger, but this is how i tried to change the color, can you help me?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you created a child theme?
    If not try creating a child theme.
    Then put the code in css file.

    hope the helps!

    Thread Starter dd145

    (@dd145)

    yes have done both, still nothing changes

    Thread Starter dd145

    (@dd145)

    thanks for the fast response, but is there another solution?

    try putting !important at the end of background-color

    #main-navigation.sf-menu a:hover {
    background-color: #C90D31 !important;
    }

    could you please post the link?

    Thread Starter dd145

    (@dd145)

    Hello thank you for the response, i figured out in an unconventional way, i need to change the color per page which allows the theme you to do. But it is still impossible to change it with code, also when i include !important;. But it works anyway ?? ! i can post the link of the site tomorrow, because it contains the name of a project brother, so i need to ask him for the permission.

    Its ok! as long as it’s working then no need to post the link.

    Cheers!
    9Bode

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘color categories’ is closed to new replies.