Home Forums WoodMart support forum Color not changing and Buy Button Removal

Color not changing and Buy Button Removal

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #87753

    maxsol
    Participant

    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

    #87786

    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

    #87823

    maxsol
    Participant

    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.
    #87831

    maxsol
    Participant

    1 worked, thanks!

    #87861

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Color not changing and Buy Button Removal’ is closed to new replies.