Okay
  Public Ticket #340626
Head und subhead Text
Closed

Comments

  • Oliver started the conversation

    Hi There
    I like to adjust the Colour of the Texts in the header.
    As well I need to adjust the line space between the header title and the subhead.
    Were can I do so? Thanks for any help.

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body #page-header-bg h1 {
        font-family: 'OpenSansSemibold';
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 8px;
        color: #fff;
    
    
    }
    html body #page-header-bg span {
        font-family: 'OpenSansSemibold';
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 8px;
        color: #fff;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team 

  • Oliver replied

    Hi 
    Great that helped!!!
    Can I do a colour change of the text inside the sliding side widgets (X) the same way?

    Should be black, not white.

    Best 
    Oliver

  •  8,847
    Tahir replied

    Hey Again!

    Can you provide the page url so i can see that element ? .

    Thanks 


    ThemeNectar Support Team 

  • Oliver replied

    Hi

    Sure:
    www.gotomo.ch

    (Upper right corner "X")

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #slide-out-widget-area a.slide_out_area_close .icon-default-style[class^="icon-"] {
        color: #FF001D !important;
    }
    
    Thanks


    ThemeNectar Support Team