Home Page Heading Text Removal Question

Discussion in 'Dzonia WordPress Theme' started by bizzyboy, Oct 14, 2013.

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

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    I don't want to see the Home Page Heading Text and I have used the <p></p> method of getting rid of the text. However, now I am left with a Horizontal rule just above the start of the content for the 'Homepage Fullwidth Column' and if that is removed there will be a large white space, which I'd like to reduce by moving up the content from the 'Homepage Fullwidth Column'.
    I have attached a screenshot of what it now looks like now and what I'd like to be able to do.

    Thanks - Paul
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .home_text {
    display: none;
    }
    .fullwidth-col {
    margin-top: -5px;
    padding-top: 0px;
    }
    This is the possible solution for your issue.
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Thank you so much, that worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page