Okay
  Public Ticket #216495
Portfolio item title color
Closed

Comments

  • Gilda started the conversation

    How do I change the color of the portfolio item color [css code]

    for example, on this page I would like the title/header, "Freedom's Fight 2" to be in this color: #9e0508

    Thank you.

  •  8,406
    Tahir replied

    Hey Gida!

    Add this into the Custom CSS box located in your Salient Options panel:

    .postid-1053 .row .col.section-title h1 {
        color:  #9e0508;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Gilda replied

    thanks!

    what would the css code be to make all portfolio items that color?

  •  8,406
    Tahir replied
    .row .col.section-title h1 {
        color:  #9e0508;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Gilda replied

    thanks, so much!  (I never would have figured that one out)