How can I change the Green background color of Call In Action Widgets?
How can I change the Green background color of Call In Action Widgets?
Hi There,
Please use the following css to fix your issue;
#pref-cta {
background-color: #fff !important;
}
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Thank you. I can change the background color and text color with following code.
#pref-cta {
background-color: #cbd5a6 !important;
color: #87828c !important;
}
But I can only change the body text color. How can I change the title text color and size?
For example with your site, http://demo.styledthemes.com/preferential-lite/
How can I change the color and size of "AN AMAZING THEME CALLED PREFERENTIAL LITE"?
Hi There,
Please use the following css to fix your issue;
#pref-cta h1, p {
color: #9eb25b;
}
Thanks
برچسب:
نویسنده: استخدام کار