Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #70797
    Rasmus Klinge
    Participant

    I wonder how to change the colors from red to eg. grey?

    Change color

    Change color

    #70819
    wensolutions
    Keymaster

    Hello @kitchentools,

    Actually, we are not quite clear which section you are referring to but we have provided the CSS to change the color for footer widget area and sidebar.

    For this go to Admin Panel > Appearance > Customize > Additonal CSS and paste below given CSS.

    .sidebar .widget-title::after {
        background: #14bde4;
    }
    
    #footer-widgets .widget-title::after {
        background: #2196F3;
    }

    Here change the color as per your requirement.

    If this is not where you wanted to change the color then please provide your site URL so that we can provide the precise fix on this.

    Thank you.

    Best Regards!!

    #70828
    Rasmus Klinge
    Participant

    HI

    It was spot on.

    Thanks a lot

    #70829
    wensolutions
    Keymaster

    Hello @kitchentools,

    Glad we could help you.

    If you have any issues further please let us know.

    Also, we would really appreciate if you could help us by rating our theme by following the link given below.

    https://wordpress.org/support/theme/easy-commerce/reviews/

    Thank you.

    Best Regards!!

    #70849
    Rasmus Klinge
    Participant

    Hi i’m back 🙂

    So I found two more problems with colors. The one with the ‘Gaming’ thats from your ‘EC: Products Grid). And the other is from when you click on a product and you can read more in the description.

    I hope it makes sence to you. Sorry for my bad english.

    https://herlevdata.dk/wp-content/uploads/2018/04/Skærmbillede-2018-04-27-kl.-19.56.27.png

    https://herlevdata.dk/wp-content/uploads/2018/04/Skærmbillede-2018-04-27-kl.-19.56.11.png

    #71240
    Rasmus Klinge
    Participant

    I still haven’t got a solution on last issue and this is another one 🙂

    https://herlevdata.dk/wp-content/uploads/2018/05/Skærmbillede-2018-05-04-kl.-09.08.37.png

    #71252
    wensolutions
    Keymaster

    Hello @kitchentools,

    We would like to apologize for the delay in reply to you.

    Also, it would be very easy for us to provide the fix if you could provide your site URL cause we not quite clear about the section you wanted to change the color for.

    Below we have provided the CSS for the single product page.

    .single .summary h1.entry-title::after {
        background: #FFEB3B;   
    }

    Change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

    #71280
    Rasmus Klinge
    Participant

    Hi

    You can look at this test

    https://herlevdata.dk

    #71339
    wensolutions
    Keymaster

    Hello @litchentools,

    To change the color of the section you have mentioned please use below given CSS.

    .woocommerce ul.products li.product mark {
        background: #1fbf11 none repeat scroll 0 0;
    }
    
    h1.entry-title::after {
        background: #1fbf11;   
    }
    
    .page-title::after {
        background: #1fbf11;    
    }

    Hope this helps.

    Best Regards!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.