Home Forums Free Themes Busyness Change onmouseover color on menu

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #139631
    serena
    Participant

    Is there a way to customize the color when the mouse hovers over a menu option?

    #139667
    serena
    Participant

    Whether we call it hover or onmouseover, same thing, just need to know how to change the default color in the theme to something else.

    Thanks

    #139694
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please once provide us with your site URL so that we can help you after the inspection. Also provide us with the proper screenshot to be precise.

    Hoping for your kind co-operation.

    Regards.

    #139751
    serena
    Participant

    I am still developing my site so it is not “live” however attached is a screen shot. Specifically, I want to change the magenta or red default color in the menu items when the mouse hovers over an item.

    Similarly, would like to change the magenta color on the homepage section icons. I cannot upload an image as the url is not live yet since as i mentioned the site is not live.

    please let me know how i can fix or how i can provide you any other info.

    #139782
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can send screenshot using Light shot app to capture screenshot.

    You can send screenshot using the demo of busyness so that we can clear to help you change color with CSS if possible.

    Regards.

    #139810
    serena
    Participant

    Thank you for the suggestion. here is the link to the screenshot of the menu – https://prnt.sc/vtri02

    And just in case here is the link through the tag: Menu - want to change hover color in menu

    As I mentioned earlier, would also like to change the color of the section icons on the homepage
    Here is the link to those https://prnt.sc/vtthlk

    Link to screenshot of section icons on home page

    #139849
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to change the color of the hover text in the menu.

    .home #site-navigation a:hover {
        color: blue;
    }

    You can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to change the color of the icon.

    .home #featured-services .icon-container i {
        color: red;
    }

    You can adjust color code as per your requirement.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    #140061
    serena
    Participant

    Thank you so much!

    #140132
    wensolutions
    Keymaster

    Hello,

    Glad that we could help you.

    If you have any queries further, please let us know.

    Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.