Home Forums WoodMart support forum Custom Colour changes questions: account logins + shop page product image hover

Custom Colour changes questions: account logins + shop page product image hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31136

    seanxie83
    Participant

    Hello, two questions about customising colours with WoodMart:

    1. when I added product grid to the homepage/shop page, when hover on the image there is a black overlay to make the text standout (see attached screenshot ‘image hover’). can you suggest how to change the colour coding here?

    2. When in user account settings, the initial template colour accent ‘green’ kept coming up, even though I’ve changed default colour to red. Can you advice how to change the colour here (see attached screenshot ‘account colour accent 1’ & ‘….2’)

    also in the same section, how to change the ‘Save Changes’ button text/background/hover colour accent? as it seems to be disassociated with the global setting (see last screenshot)

    Thank you!
    Sean

    Attachments:
    You must be logged in to view attached files.
    #31154

    Artem Temos
    Keymaster

    Hi,

    1. Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    body.woodmart-dark .quick-shop-wrapper {
    	background-color: #2B8282;
    }
    
    body.woocommerce-orders .woocommerce-Message {
    	background-color: #2B8282;
    }

    2. It is not our initial green color. All “successful” messages should be green, warnings – orange and errors – red.

    “Save changes” works well for us https://gyazo.com/e1ba7d0f2bdc5c373ee62da033295704 https://gyazo.com/667cebad77609ab8ea954c1d845f85ca

    Regards

    #31171

    seanxie83
    Participant

    That’s amazing, problem solved thank you!

    Just another quick one – I created an attribute ‘size’, the default text after its added to product page as a drop down selector is ‘choose an option’, how can I change that text?

    Thanks again!

    #31191

    Artem Temos
    Keymaster

    You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

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