• Hi there,
    how can I change the Mouseover-Color of the Main Menu? Now its blue, but I want to change in dark green.

    Also I would like to know how to center the entry title of a static page.

    Thanks,

    Martin

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I’ve seeing a sort of salmon color when I hover your menu items right now. Did you get this taken care of?

    I’m also seeing the entry title on your Contact page centered. Did you also get this resolved?

    Thread Starter energytouch

    (@energytouch)

    Hi,
    not I didn’t found a solution.
    I’m working on another website which isn’t online yet.

    Can you maybe propose a CSS code for changing the color?

    Also I want to center the page title shown up just above the scroll-down-arrow

    Eventually theres a last issue: how can I have a widget in the footer (for disclaimer …)

    Thanks

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Ah, thanks for the clarification. For the nav menu hover, add this and then edit the color code as desired.

    .site-header .nav-menu a:hover, .site-header .nav-menu a:focus {
      color: #cc0000 !important;
    }

    On the Resonar demo site, I’m not seeing a scroll down arrow.

    Resonar does not have a footer widget area, and adding one to the theme would be a considerable amount of work and require the creation of a Child Theme and a good working knowledge of php scripting.

    If you have not hidden the footer credits, you could use the following, which will place text right above the existing footer credits. I’ve included some styling declarations as well that you can use, or delete if you do not use them. This method is best for shorter text additions rather than long ones.

    If you need to add more, it would be best to create a Child Theme and then copy over the original footer.php file to the child theme directory and then add that disclaimer directly into the footer html section as a paragraph or div.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Colour Mouseover Menu’ is closed to new replies.