Okay
  Public Ticket #1534853
Portfolio Title
Closed

Comments

  • 101management started the conversation

    How do I edit the title of all portfolios? Currently it is using H1, but I want to change the color of the title as well.

  •  9,012
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single-portfolio .row .col.section-title h1 {
        color: rgb(237, 109, 154) !important;
    }

    Thanks


    ThemeNectar Support Team