Okay
  Public Ticket #2729854
Changong font colour on just one page
Closed

Comments

  •  2
    Samantha started the conversation

    Hi, I would prefer to keep my font colour black but there are pages I would like to change it to dddddd (light grey) - is there some custom CSS I can add to over-ride the paragraph font colour for specific pages please?

  •  1,560
    Laborator replied

    Hi Samantha,

    The only possible way to do this is by adding this CSS under the Custom CSS area of that page where you want to change the color:

    /* Change paragraph color */
    p {
        color: #DDD;
    }
    

    medium
    (view large version)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Samantha replied

    That works perfectly thank you! :)