StyledThemes

Changing fonts

Home Forums WordPress Themes – Premium Lavish Pro Changing fonts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16715

    Is is possible to change the fonts. If so, how can I do that?

    And in addition to the question above, I changed the site title into uppercase. But now my site title is on two rules (this are the site title margins I have right now: 5px 12px 16px 5px). How can I get my site title on one rule?

    http://www.igungaecovillage.com

    #21951
    Binaya D
    Participant

    Hi Leonore Vervoorn,

    Could you please explain more about changing fonts because we are little bit confuse about it. Do you want to change font-size or font family?
    If you want to chnage the font-size then please put the following css to fix your issue:

    
    body p {
    	font-size:14px;
    }
    

    And regarding site title margin, please use the following css to fix your issue:

    
    .style_breadcrumbs h1{
    	margin: 5px 12px 16px 5px;
    }
    

    Note: Please use the custom css plugin or child theme to write css.

    Thanks

    #21954

    Thanks for the CSS for the site title margin. I can’t fix it, without CSS I guess?

    I want to change the font family.

    #16716
    Binaya D
    Participant

    Hi Leonore,

    And for the site title is on two rules could you please explain more about this issue with screen shots.
    Please follow this link to change the font family https://www.styledthemes.com/lavish-pro-setup/473-how-to-work-with-google-fonts or https://www.styledthemes.com/wordpress-tutorials/362-using-google-font-in-pure-simple

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.