• I have elected not to enter text underneath the large header image and above the sticky posts on home page. I would like to get rid of one of the dotted lines and bring up the 3 sticky post photos a little. Any help would be appreciated.

Viewing 1 replies (of 1 total)
  • Krauser

    (@christian-adam-rosell)

    This is what I did on the css.

    #content .hfeatures {
    float: left;
    margin: 45px 16px -10px;
    }

    /*=====This part here will remove the lines and the text inside it===*/
    #featured-block {
    border-bottom: none;
    border-top: none;
    margin: -30px 30px 10px 20px;
    padding: 15px;
    text-align: center;
    width: 83%;
    }

    #featured-block h3 {
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    }
    /*========*/

    #content .hfeatures img {
    height: 187px;
    margin: 0 -10px -50px -15px;
    padding: 0;
    width: 280px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Removal of quote area underneath header image.’ is closed to new replies.