Okay
  Public Ticket #616243
Stylising Blog
Closed

Comments

  • Barry started the conversation

    Hello,

    Attached is the image of our blog, I would like to stylise the squared off sections to be white font.

    Where do I edit this?

    Kind regards,

  •  8,470
    Tahir replied

    Hey ,

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

    .single .heading-title * {

    color: #fff !important;

    }

    /*OR*/

    .single.single-post .section-title h1, .single #single-below-header span {

    color: #fff !important;

    }

    Best.


    ThemeNectar Support Team 

  • Barry replied

    Hello,

    Thank you that seems to have work for the most part, but what about the content for the post? As shown by the bottom box in the image?

    As it is still grey?

  • Barry replied

    Nevermind, sorted :) Thanks again