Okay
  Public Ticket #204979
portfolio item title
Closed

Comments

  •  3
    A started the conversation

    hi!

    Thanks for all your great work.

    I'm having a dog of a time finding the code to change the background color of the project title on my portfolio page. (Right now it's white and I'd like to set it to transparent, or to the same color as the background).

    THANKS!

  •  8,470
    Tahir replied

    Hey Abby!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {
        background-color: transparent !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  •  3
    A replied

    thanks!