Okay
  Public Ticket #1154510
Hyperlink colours
Closed

Comments

  • csa2230 started the conversation

    HI there,

    Im hoping to get some assistance with defining the colours for hyperlinks throughout my site. Its currently coming through as accent colour. im hoping it can select extra colour 1 instead. 

    Look forward to hearing from you.

  • csa2230 replied

    I would also like to know how I can increase the font size of widget titles. 

  • csa2230 replied

    Ohhh and how can i set the font size for a bulleted list?

  •  9,009
    Tahir replied

    Hey Again,
    Hope you had a Great Weekend,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* change widget titles font-size  */
    #footer-outer .widget h4 {
        font-size: 18px !important;
    }
    /* hyperlink color */
    #footer-outer a:not(.nectar-button),body a {
        color: #3452ff !important;
    }
    /* footer bullet list */
    #footer-outer a {
        font-size: 16px !important;
        line-height: 21px;
    }

    Thanks


    ThemeNectar Support Team 

  • csa2230 replied

    thanks for your help. 

    Has worked a treat. 

    Is there a way to import Demo layouts without replacing all of my current content? 

  • csa2230 replied

    The text size in footer widget 1 is larger than footer widget 2. 

    How can i change this? 

    Also text in bulleted list is smaller than regular paragraph text. 

  •  9,009
    Tahir replied

    Hey Again,

    Try using the Manual Import Method: http://themenectar.com/docs/salient/importing-demo-content/ .

    I can see all text set to 16px font size and cant recreate the issues in your screenshot . 

    Please clear your cache using this guide: Clear Cache where applicable .

    Best.


    ThemeNectar Support Team