Menu Background Hover Color like fluida!

  • Author
    Posts
  • #43183

    hello!
    I am in the way of making my first WP site and i ran across your themes today.
    First i installed Fluida and then installed Septera. I prefer Septera because i can place the menu over header image, as oppose to Fluida that i can’t make it’s menu transparent (only on top of page).
    But, the problem is:

    I want to configure a background color to the menu items once i hover them. (like Fluida!).
    HOW DO I DO IT?

    Thanks in advance,
    MaxToR.

    • This topic was modified 7 years ago by maxtor.
    • This topic was modified 7 years ago by maxtor.
    • This topic was modified 7 years ago by maxtor.
    #43369
    Zed
    Cryout Creations mastermind

    That is not part of the theme’s design, but can be done with custom CSS:

    #access ul li a:hover {
       background: #eee;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Menu Background Hover Color like fluida!’ is closed to new replies.