change fontsize

Discussion in 'BizWay WordPress Theme' started by dirkjedj, Jan 15, 2013.

  1. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    1. How do I change the font size of the content of my pages? (not the h1, h2, h3 but the text)?

    2. How can I change the font size of the three home page feature items?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    1. The content of the page i written in "H1 and H2" tags. Please send the screenshot where you want to change the size of the text so that we can give you the exact solution

    2. Fore your second problem put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .main-content .page-item p{
    font-size:20px;
    }
    This will solve your problem.

    Thanks.
     
  3. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    Hi Harmeet,

    Thanks for the solution for issue #2 I have set the font on size 15 now and it looks great!

    You ask for a screenshot of the text of issue #1
    It concerns the paragraph text on a full width page (also the other pages, by the way).

    See the attached screenshot. The text I want to change is in the blue circle. You can also see it on my test site here: http://www.presenteerjezelfonline.nl/bizzy/ecover-design/

    Thanks in advance,
    Dirkje
     

    Attached Files:

  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Appearance -> theme options -> styling options -> custom css

    Code:
    .fullwidth p {
    font-size: your font size;
    }
    .fullwidth li {
    font-size: your font size;
    }
     

Share This Page