• Resolved fiyahmayne

    (@fiyahmayne)


    Hi there, I love the plugin. My only issue with it is for some reason the hamburger (collapsed menu) icon is black on one page of my website and red on another. How can I make it so it’s back all the time? Here is a link to my website.

    joshuaanthonygrant.com

    Thanks so much,

    Grant

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Grant,

    You have overwriting styles, such as on the services page, line 2110 is below:

    .comment-form #submit, .comment-reply-link, .woocommerce .add_to_cart_button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce #place_order, .edd-submit.button, .page button, .post button, .woocommerce-page .woocommerce input[type="submit"], .woocommerce-page #content input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page input.button.alt, .woocommerce-page .products a.button {
       background: #e96656 none repeat scroll 0 0 !important;
    }

    As you can see it is setting the background of all buttons with a red background and the important tag so my plugin can’t overwrite it.

    Please either remove the style, or remove the !important part.

    All the best

    Thread Starter fiyahmayne

    (@fiyahmayne)

    Ahhh Thanks so much! Super quick response as well!

    Plugin Contributor responsivemenu

    (@responsivemenu)

    You are more than welcome!

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