Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

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,561
    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