Change Text Size on Home Page Dzonia

Discussion in 'Dzonia WordPress Theme' started by irissalmins1, Dec 26, 2013.

  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    How can I change the text size and color on the extremely small text on the home page?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .featured_content p{
    color:red;
    font-size:15px;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Works great except for the Homepage Fullwidth Column area.
    What is the css for that?
     
  4. Piyush

    Piyush Support Staff

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

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

    Code:
    .fullwidth-col p {
    color:red;
    font-size:15px;
    } 
    In place of "red" you can put your color or color code and you can adjust the value of "font-size" as per your requirement.
    This will solve your issue.
     

Share This Page