Home page

Discussion in 'Themia WordPress Theme' started by bridgie, Oct 9, 2013.

  1. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    How do I change the font of the 3 feature headings?
    How do i remove the text under the images and the read more button?
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    .feature_content h2{
    font-family:symbol;
    }
    Inplace of "symbol" put your font type.

    2.For your second issue

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

    Code:
    .feature_content p{
    display:none;
    }
    .read_more{
    display:none;
    }
     

Share This Page