Homepage › Forum › Product Support › Motor › No response on Email — How to change These elements' color?
- This topic has 4 replies, 2 voices, and was last updated 7 years, 7 months ago by
Mitizaro.
-
AuthorPosts
-
7 years, 7 months ago #16057
Dear Yolo Team,
I have written you on email and not received any response TWICE since almost a month ago.
According to my knowledge you are supposed to support my theme purchase up to 21 of August 2018.I will post my question here now:
So with the YOLO theme -- how do we target the footer block's font COLOR?
I want to change the text color but i cannot.. i tried using the inspect element function of both Firefox and Chrome -- and i do find some associated element classes that contain the text but color cannot be affected.. other properties do, but color is impossible. Probably some !important rule in the source code but... is there a way to change that font color?
https://aurum.ma/ is example website using Yolo Theme. I want to change the font color of the circled area with green color (refer to the attached image) ?
7 years, 7 months ago #16089Hi,
You can add these lines to Custom CSS or the style.css file of Child Theme:
html .yolo-footer-wrapper .footer-1, html .yolo-footer-wrapper .footer-2, html .yolo-footer-wrapper .footer-3, html .yolo-footer-wrapper .footer-4, html .yolo-footer-wrapper .footer-8, html .yolo-footer-wrapper .footer-9, html .yolo-footer-wrapper .footer-10, html .yolo-footer-wrapper .footer-11,html .yolo-footer-wrapper .wpb_wrapper .wpb_wrapper .column-footer li i,html .yolo-footer-wrapper .wpb_wrapper .wpb_wrapper .column-footer li
{
color: #589627;
}
- With the heading, you go to Footer Block -> Footer 1 -> Custom Heading -> change the color.
Thanks.
7 years, 7 months ago #16095YES that CSS code worked perfectly for the body-text!
HOWEVER!
1) I do not have (for some reason) the WP bakery visual builder with footer blocks!
See attached picture: "No such Option"2) How do i target the EMAIL-link-font-color?
See attached picture: "Email Targeting"7 years, 7 months ago #16099Hi,
Email color:
html .yolo-footer-wrapper .footer-1 li a{
color: #fff;
}
To enable Visual Composer for Footer Block, you go to WPBakery Page Builder -> Role Manager -> Post Types -> Set "Custom" -> set checkbox the post type you want.
Thanks.
7 years, 7 months ago #16102GREAT! Made it!
Thank you!!
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.
