Hi Ho do i change color for 'Post Your Business Listing' button. I want to change that yellow color to another color. I can't see any code color for that button in header.php tq
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_wrapper .header .post_btn { background: red; border-bottom: none; } Write your color/color code in above code according to your need. It will resolve your issue. Thanks & Regards Yogesh Bhade
Thanks for the CSS code to change the purchase button color. Is there a way to also change the color of the button after the mouse hovers over the button. Your code did change the button color but after I hover over the button it still turns gold. thanks
Hello, Sorry for that actually i forget to provide hover code just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_wrapper .header .post_btn:hover { background: red; } Write your color/color code in above code according to your need. It will resolve your issue. Thanks & Regards Yogesh Bhade