Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #149987
    skibot
    Participant

    Hi, i wonder how can i change this italic font on main site in ROCK STAR THEME.
    I mean this font that shows “Strona główna” – like on mi site at this link http://skibot.pl/

    #150030
    Skandha
    Participant

    @skibot: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .content-area .type-page .entry-title {
    	font-family:ravie;
    }

    You can change the font-family according to your requirement.

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #150448
    skibot
    Participant

    Thanks, that works. But unfortunately it doesn’t change the same font in woocomerce product summary. Is there any possibility to change this font for all sites and products on my website?

    #150458
    Skandha
    Participant

    @skibot: Do you mean to change all the contents by the same font. if so,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body {
       font-family:impact;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #150464
    skibot
    Participant

    Well, yeah it changes most but not all fonts in my script for IMPACT (like on your example). I got WooCommerce plugin which is Web Market script, and if I make some product for sale in it, it still use this default ravie font style. Specialy in “buckett” and in summary of transaction. You can’t see it right now because, there is no product for sale in my market.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change font on main site in ROCK STAR THEME’ is closed to new replies.