Home Page Intro not showing

Discussion in 'ColorWay WordPress Theme' started by mleatherman, Nov 15, 2014.

  1. mleatherman

    mleatherman New Member

    Joined:
    Sep 12, 2013
    Messages:
    23
    Likes Received:
    0
    Why isn't my Home Page Intro text not showing? Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please provide URL of your website which make us better understand.

    Thanks & Regards
    Pramod
     
  3. mleatherman

    mleatherman New Member

    Joined:
    Sep 12, 2013
    Messages:
    23
    Likes Received:
    0
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-wrapper h2 {
    display: block;
    }
     
    .one_fourth p {
    display: block;
    }
    Thanks & Regards
    Pramod
     
  5. mleatherman

    mleatherman New Member

    Joined:
    Sep 12, 2013
    Messages:
    23
    Likes Received:
    0
    Where does the Feature Content show on the website? I have Feature Content with each of the 4 Featured Boxes but no content is showing. How do I get it to show?
    www.interlinkministries.org Thanks
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .one_fourth p {
    display: block !important;
    }
    Thanks & Regards
    Pramod
     

Share This Page