Color not changing and Buy Button Removal
-
Hey there. Got two problems when setting up the theme:
1) I changed the color from green (standard) to another color but it keeps green as a standard color. In the settings it is changed, same problem appeared in the footer when I wanted to change the background color. Its just ignoring it. So need two fixes, for the footer background color and the generel primary, secondary color changes throughout the whole site.
2) I can’t remove the buy button that pops up when hovering over single products in the overview. Its in the right corner of each product and I just don’t want to show this button at all, tried css “display:none” on these classes etc. but nothing helps. Even when it looks perfect in the Chrome Developer Tools, as soon as I input it in th theme settings > custom css code it just ignores it.
Thanks a million!
Best, Max
Hello,
Thank you very much for choosing our theme and for contacting us.
1. Find this file woodmart/inc/classes/Dynamiccss.php
2. Insert this code in this place http://prntscr.com/le6mhv :
if ( is_ssl() ) {
$file['url'] = str_replace( 'http', 'https', $file['url'] );
}
We shall fix this in our nearest update.
Please provide the screenshot for the issue #2
Best Regards
Thanks. Here is the screenshot for 2), I am testing 1) and your fix now.
Attachments:
You must be
logged in to view attached files.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Color not changing and Buy Button Removal’ is closed to new replies.