Okay
  Public Ticket #857896
Custom Font Colour
Closed

Comments

  • Mitch started the conversation

    Hi There,

    Can you please show me how to make...

    1. The Portfolio Title Names in blue 

    2. The Portfolio positions Grey & Italicized


    Thank you very much! 

    Mitch

  •  1,558
    Laborator replied

    Hi Mitch,

    Paste this CSS in your Custom CSS area:

    .single-portfolio-holder .title h1 {
        color: #3F51B5;
    }
    
    .section-title p {
        color: #999;
        font-style: italic;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group