- This topic has 6 replies, 2 voices, and was last updated 7 years, 1 month ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Easy Commerce Pro › Changing EC:Services Colour
Tagged: colour change, ec services, widget
Hi, I’m trying to change the EC:Services widget so the background colour is 6a4fa1. Do you know how I can do this? Here is my site so far: https://hipnippers.mystagingwebsite.com/.
Thanks,
Maria.
Same question re EC: Call to Action.
Hello @hipnippers,
To change the background color of the EC: Service widget use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
#sidebar-front-page-widget-area .widget.easy_commerce_widget_services {
background: #6a4fa1;
}
As for the EC: Call to Action the background color will only be applied if the background image in not uploaded for this particular section .
However you can still use below given CSS to change the background color.
.cta-layout-1.easy_commerce_widget_call_to_action {
background: #6a4fa1 none repeat scroll 0 0;
}
Paste the CSS in above given location .
Hope this helps .
If you have any confusion further then please let us know.
Best Regards !!
Thank you! The EC:Services one worked but the EC: Call to Action didnt. Is this code ok?
#sidebar-front-page-widget-area .widget.easy_commerce_widget_services {
background: #6a4fa1;
}
.cta-layout-1.easy_commerce_widget_call_to_action {
background: #6a4fa1 none repeat scroll 0 0;
}
Hello @hipnippers,
For CTA section please use below given CSS.
#sidebar-front-page-widget-area .cta-layout-1.easy_commerce_widget_call_to_action::before {
background: #6a4fa1;
}
Hope this helps .
Best Regards!!
Fab – that works now – thanks so much!
Hello @hipnippers,
Glad we could help you !!
If you have any issues further, please feel free to post your queries and we will happily help you further.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/easy-commerce/reviews/
Best regards !!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |