Under Ecosmart section of my website sometimes the pics show up and sometimes they don't - theme seems not trustworthy. on my blog content is there anyway to make print darker and make that section white with no background picture? Also where can I display youtube videos? zerochlorine.com
Hello, 1) I have checked your site and images under Ecosmart section are displaying there. Please do let me know if problem is occurring in any particular browser. 2) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featured_blog_content .post .post_content p { color: black!important; } Code: .featured_blog_content { background: white!important; }