Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor Hardeep Asrani

    (@hardeepasrani)

    Which part of the review do you want to change?

    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    i want to change all font in review like PROS CONS list Product Options Setting price Product Name i want to all to change to any other font and all font in black and make ther size lil biger and i want font-style to be normal not italic ?? can you help me i need css to do this i did try some css like this

    #review-statistics .review-wrap-up .review-wu-right ul li, #review-statistics .review-wu-bars h3, .review-wu-bars span, #review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category a {
    font-family: sans-serif;
    }

    #review-statistics .review-wrap-up .review-wu-right ul li, #review-statistics .review-wu-bars h3, .review-wu-bars span, #review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category a {
    font-style: normal;

    i dont have good idea so the dont work :/

    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    so can you help me ??

    Plugin Contributor Hardeep Asrani

    (@hardeepasrani)

    Sure, which font do you want to replace it with? ??

    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    any good font its upto you after you give me css i can change it? ?? ty ty

    Plugin Support Uriahs Victor

    (@uriahs-victor)

    Hello, please consider using a plugin like this to change the fonts on your website: https://docs.themeisle.com/article/230-how-to-change-font-in-themeisle-themes it should work for plugins also

    • This reply was modified 7 years, 8 months ago by Uriahs Victor.
    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    i want css ?? i know this can be fix with css just want css code so that i dont need to instal more plugin to fix plugin stil ty ty for you help TheLoneDeveloper

    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    so Hardeep Asrani can you help me :(?

    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    so anyone can help me i realy need help ??

    They seem to not care. Don’t answer my questions either. Even if you explain that you consider to buy the premium version later on in case of succesful integration of plugin with website.

    Guess I have to find another review plugin with proper support… It’s a pity

    Hi @tuhinbiswas98,
    Please use this following css code to change the fonts as you desire. Just go to Admin > Appearance > Customize > Additional CSS > Here you can insert the css code. Hope it will help to you and let me know the feedback.

    @import url('https://fonts.googleapis.com/css?family=Open+Sans');
    
    #review-statistics .review-wu-bars h3, .review-wu-bars span {
    font-family: 'Open Sans', sans-serif !important;
    font-style: normal;
    }
    #review-statistics .review-wrap-up .review-wu-right ul li {
       font-family: 'Open Sans', sans-serif !important;
    }
    #review-statistics .review-wrap-up .review-wu-right h2 {
    font-family: 'Open Sans', sans-serif !important;
    }

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘change font family and size’ is closed to new replies.