How to change the font color and size for page heading on fullwidth page

Discussion in 'Cloriato WordPress Theme' started by errorman, Feb 20, 2014.

  1. errorman

    errorman New Member

    Joined:
    Dec 24, 2013
    Messages:
    18
    Likes Received:
    0
    How to change the font color and size for page heading on fullwidth page fw.jpg
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .fullwidth-page h1 {
    color: red;
    } 
    In place "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page