Okay
  Public Ticket #371854
How do I customise a Project Attributes page
Closed

Comments

  • Magnus started the conversation

    Hi there!

    Would you please advise what I should go tinker with to edit the Project Attributes page? Mine looks fullwidth, semi cropped header and only 3 columns (also rather different from others I've found in the forum).

    Thanks!
    Magnus

  •  8,471
    Tahir replied

    Hey Magnus!

    Could you please be more specific as to what actually you need done so i can suggest accordingly.

    Thanks


    ThemeNectar Support Team 

  • Magnus replied

    Hi Tahir,

    Okay, how do I change the page heading text color for the project-attributes pages? Thank you for your time.

    Magnus

  •  8,471
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #page-header-bg h1, html body .row .col.section-title h1 {
        color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Magnus replied

    Thanks!