Okay
  Public Ticket #372747
Custom Header on Portfolio Pages
Closed

Comments

  • jason started the conversation

    I was curious if there would be a way to get rid of the standard text header through css (where it says amber elephant) and include an image instead.

  •  8,473
    Tahir replied

    Hey!

    Sure, use this css :

    body.single-portfolio .row .col.section-title h1 {
        text-indent: -9999px;
        background: url(http://jbaesel.com/wp-content/uploads/2015/02/logo-final.png);
        background-size: 50%;
        background-position-y: -9px;
        background-repeat: no-repeat;
        background-position-x: center;
    }

    Thanks


    ThemeNectar Support Team