Okay
  Public Ticket #3842135
Project Title Font Color
Open

Comments

  • Aron started the conversation

    The font color of the project title is not corresponding to the color setting on the page. It should be white.

    Attached files:  Screenshot 2025-03-20 at 9.59.42 AM.png

  •  3,106
    Andrew replied

    Hi Aron,

    Thank you for getting in touch.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .single-portfolio .row .col.section-title h1, .single-portfolio .row .col.section-title .subheader {
      color: #ffffff;
    }

    Try that and let us know how it goes.

    Thanks