• Resolved GeraldW

    (@geraldw)


    Hey,

    Using the custom CSS box I am able to successfully adjust the size of the font used in the review box. But when I try to adjust the font family it doesn’t work.

    it works in the “preview” review… but when it is saved it is overwritten.

    Wondering if this is an error in the plugin or am I not meant to be able to adjust the font style/family beyond the size?

    Thanks,
    Gerald

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter GeraldW

    (@geraldw)

    Here is the CSS I have added:

    .wprevpro_t1_P_3 { font-size: 22px; font-family: “Raleway”, Helvetica, Arial, sans-serif; }

    And after I click save settings it turns to this

    .wprevpro_t1_P_3 { font-size: 22px; font-family: \”Raleway\”, Helvetica, Arial, sans-serif; }

    Which invalidates my font-family settings.

    Plugin Author jgwhite33

    (@jgwhite33)

    Try this…

    
    .wprevpro_t1_P_3 { font-size: 22px; font-family: 'Raleway', Helvetica, Arial, sans-serif; }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing review box font style’ is closed to new replies.