Removing Home Page Intro Box and Home Button

Discussion in 'Covera WordPress Theme' started by axel, Jul 19, 2013.

  1. axel

    axel New Member

    Joined:
    May 16, 2013
    Messages:
    9
    Likes Received:
    0
    How can I remove the Home Page Intro Box and the Home Button?
    After that I'd like to adjust the one to third feature heading and content. Is that possible?
    Thank you for your answer.
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .info-box.three_fourth {
    display: none;
    }
    .info-logo.one_fourth.last {
    display: none;
    }
    This will solve your issue.
     

Share This Page