Remove only one heading in h2

Discussion in 'Cloriato WordPress Theme' started by swsschools, May 23, 2013.

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

    swsschools New Member

    Joined:
    May 22, 2013
    Messages:
    4
    Likes Received:
    0
    I would like to put a header in H2 on the home page put not over the picture section. When I delete that heading, it inputs your default heading - Our Latest Project. I would like Our Latest Project to be blank.

    Thanks for any help.
    http://www.younglearners.org/
     
  2. swsschools

    swsschools New Member

    Joined:
    May 22, 2013
    Messages:
    4
    Likes Received:
    0
    Another question. I thought I could just go alter the slider arrow image but looks like I can't. Is this not possible?
     

    Attached Files:

  3. swsschools

    swsschools New Member

    Joined:
    May 22, 2013
    Messages:
    4
    Likes Received:
    0
    One more. How do I move the slider circles to the middle like so: http://new.gcbox.com/. I don't want the text certered, just the slider circles/bubbles.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Go to the Appearance > Theme Options > Home Page 2 Cols and put the code given below in the Right Column Heading section.
    Code:
    <p></p>
    For the reference see the image given below.
    [​IMG]
    This will solve your issue.
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Go to the images directory present in your theme directory and edit or change the redarrows.png from the there and makes the name same of your custom images.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #slider_pag {
    left: 395px;
    }
    @media only screen and (max-width: 767px){
    #slider_pag {
    left: 230px;
    }
    }
    @media only screen and (max-width: 480px){
    #slider_pag {
    left: 100px;
    }
    }
    Adjust these value of 'left' as per your requirement.
    This will solve your issue.
     
  7. swsschools

    swsschools New Member

    Joined:
    May 22, 2013
    Messages:
    4
    Likes Received:
    0
    Awesome, thanks Piyush.
     
Thread Status:
Not open for further replies.

Share This Page