Font

Discussion in 'Cloriato WordPress Theme' started by carmen, Jun 24, 2014.

  1. carmen

    carmen Guest

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    0
    Can I enlarge the font in the Homepage Heading Description section?
     
  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:
    .home_text p {
    font-size: 20px;
    } 
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     
  3. carmen

    carmen Guest

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    0
    Can I use a code as well for the section below ? Now the font is different in both sections.
    If that is possible what will be the code?

    Thanks
     
  4. 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:
    .feature_content p {
    font-size: 20px;
    }  
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     
  5. carmen

    carmen Guest

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    0
    I am using the code that you gave me for the home page.
    .home_text p {
    font-size: 20px;
    }

    At the beginning it was working but it is not working any more.
    Could you help me figure out what is wrong?
    www.ministeriosenlinea.com

    Thank you
     
  6. Piyush

    Piyush Support Staff

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

    This issue maybe because of plugin. So please deactivate all plugins to see if this resolves the problem? If this works,
    re-activate the plugins one by one until you find the problematic plugin(s).
     

Share This Page