Colorway

Discussion in 'ColorWay WordPress Theme' started by antoniamaslin, Feb 28, 2013.

Thread Status:
Not open for further replies.
  1. antoniamaslin

    antoniamaslin New Member

    Joined:
    May 11, 2012
    Messages:
    7
    Likes Received:
    0
    Hi

    How do I remove the box from the slider as I just want the images

    Also, when i add homepage text it doesn't appear on the front page

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For the first issue, paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .slide .slide-content.entry {
    display: none;
    }

    For the second issue, Go to the Home Page Settings Panel (Appearance -> Theme Options ->Home Page Settings) in the dashboard and paste your home page text in the Home Page Into Section.

    For the reference, see the image given below.

    [​IMG]

    If it will not work then do let us know your website link.
     
  3. antoniamaslin

    antoniamaslin New Member

    Joined:
    May 11, 2012
    Messages:
    7
    Likes Received:
    0
    Hi

    I already have text n the home page intro but it's not showing up on the homepage, that is the issue
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  5. mecmec

    mecmec New Member

    Joined:
    Mar 8, 2013
    Messages:
    12
    Likes Received:
    0
    Hi, I have the Andrina and tried the:
    .slide .slide-content.entry {
    display: none;
    }

    in the Appearance -> Theme Options -> Styling Options -> Custom CSS area.
    The text box is still there.
    I know this can go in the style sheet - but where exactly?
    Thanks
     
  6. mecmec

    mecmec New Member

    Joined:
    Mar 8, 2013
    Messages:
    12
    Likes Received:
    0
    Found the right code:
    #slides .caption {
    display: none;
    }
     
Thread Status:
Not open for further replies.

Share This Page