• Resolved qualitymove13

    (@qualitymove13)


    So I would like to create a link that shows up in the top menu that jumps to the bottom of the page without having to create another page. What is the best way to do this? Also, how can I change the hover color and size of the font on the menu itself. I tried customizing color settings>colors but to no avail. I couldnt even find an option the change font size. Thanks in advance!

    http://www.canigliahvac.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter qualitymove13

    (@qualitymove13)

    Please disregard the first question above as I have figured it out and was no longer allowed to edit the post. I still would like to change the hover color of the top menu as well as the font size/weight. How is that possible? Thank you all!

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Please use the following css to fix your issue;

    ul.navmenu > li > a:hover {
        color: #663399 !important;
    }
    ul.navmenu > li > a {
        font-size: 15px;
    }

    NOTE: Please use the child theme style.css or custom css plugin to fix your issue.

    We hope this will be helpful to you, if not then please let us know.

    Thanks

    Thread Starter qualitymove13

    (@qualitymove13)

    Worked smoothly! Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Anchoring from top menu and menu hover color’ is closed to new replies.