Okay
  Public Ticket #1557552
Colour won't change on button when hovering
Closed

Comments

  • Loren started the conversation

    Hi, I cant find the class to change the color for when I hover over the button. I've put in custom CSS from what I could find, but its still not working. I've attached screenshots of what I mean


    Thanks!

  •  1,627
    Andrey replied

    Hello, Dear Loren!

    Please click WP Dashboard => Appearance => Customize => Additional CSS and paste here this code:

    .theme-button:hover {
        background: #FFC107;
    }
    

    Then click "Publish" button. This rule will apply necessary changes for "hover-on" color. Also you may use your own color code instead #FFC107. Best Regards!

  • Loren replied

    Hi there, 

    Thanks so much but this class name didn't work. Do you have any other idea about what it could be?

    Thanks!

  •  1,627
    Andrey replied

    Hello, Dear Loren.

    This is not an issue for us to check this problem, please upload your project online and we will assist you.

    By the way, you may use this plugin https://wordpress.org/plugins/all-in-one-wp-migration/ in order to transfer your project from localhots to online without any issues.

    Best Regards!

  • Loren replied

    Hi there, 

    Login details to check the issue are the below:

    launcestonpethaven.com.au/wp-admin

    admin

    Petseverywhere!111

    Thanks!

  •  1,627
    Andrey replied

    Hello, Dear Loren.

    We have fixed issue with hover on button:

    Best Regards!