- This topic has 6 replies, 3 voices, and was last updated 7 years 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 › Clean Commerce Pro › Background color CTA
Hi
Im having problems changing the background color in CTA when using layout2? Is it because the picture is not the right size or? I would like the color to be black or white.(talking about the left side)
Hello @kitchentools,
To change the background color of the CTA widget at left side use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.cta-layout-2.clean_commerce_widget_call_to_action .cta-wrapper {
background: rgb(16, 1, 1);
}
This will change the background color to black . You can change the color according to your need by changing the rgb value equivalent to hex color of your choice .
Hope this helps .
Best Regards!!
Thank you so much.
And thank you for the very fast reply.
Hello @kitchentools,
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/clean-commerce/reviews/
Best regards !!
Hi, thank you for all the info, can you tell me what is the code for making the background box size smaller for CTA layout 1 please.
I just want to write one line of message but the box ( the black area ) is too big.
thank you
Hello @malmossa,
To make the CTA section smaller use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
#sidebar-front-page-widget-area .cta-layout-1 {
padding: 0 0 10px 0;
}
Hope this helps.
Let us know if you have any confusion further .
Best Regards!!
great it works,
thank you
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. |