Theme is flaky

Discussion in 'BusinessGrow One Page WordPress Theme' started by rsjhunter, Nov 20, 2013.

  1. rsjhunter

    rsjhunter Member

    Joined:
    Nov 20, 2013
    Messages:
    43
    Likes Received:
    0
    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
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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;
    }
     

Share This Page