Coulour Change.

Discussion in 'Cloriato WordPress Theme' started by dinobravo10, Apr 29, 2016.

  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Hi need assistance on:

    1. I want to change the background colour of entire them(including pages)
    2. I want to change the font colour of the theme.


    KR
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Solutions are accordingly...

    1) I want to change the background colour of entire them(including pages)

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .body-content {
        background: #FFF8DC;
    }
    2) I want to change the font colour of the theme.

    Code is given below..
    Code:
    p, h1, h2, h3, h4, h5, h6, ol, a {
        color: red !important;
    }

    NOTE: Change color as per your interest..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page