• Resolved npayne95

    (@npayne95)


    Hello Everyone,

    Could someone walk me through how to change the font within the code?

    I do not think font change is supported by the plugin at this time.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Realwebcare

    (@realwebcare)

    Hello npayne95,

    Thanks for contacting us. The plugin has the following CSS class for font:

    .wrc_pricing_table h2,
    .wrc_pricing_table h3,
    .wrc_pricing_table h4 {font-family: 'Roboto Condensed', serif;}
    
    .wrc_pricing_table .package_caption li.feature_style_2,
    .wrc_pricing_table .package_caption li.feature_style_3,
    .wrc_pricing_table .package_details li.feature_style_1 {font-family: 'Droid Sans', sans-serif;}

    You can change the font-family according to your wish. If not work, use !important like below:

    .wrc_pricing_table h2,
    .wrc_pricing_table h3,
    .wrc_pricing_table h4 {font-family: 'Roboto Condensed', serif !important;}

    Hope that answer to you.

    Thanks
    Iftekhar

    Thread Starter npayne95

    (@npayne95)

    Thank you!

    I am very new to coding in general.

    Do I edit the CSS/wrcpt-font.css file? Or do I input your code into the Additional CSS area?

    Thank you

    Plugin Author Realwebcare

    (@realwebcare)

    It would be better for you if you place it into the additional CSS area. That way, if I release a newer version of the plugin, you won’t lose the changes you’ve made.

    We are trying to change the font of the Price_Cut field with a class ID of Price_Cut. Thats the price that gets crossed out when you run a sale price.
    Client wants this to be 50px and larger than price offer, but it’s the only price field that one cannot modify from the plugin. Can you tell me how I can add CSS to modify this price in the Additional CSS area to address this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Font Walkthrough’ is closed to new replies.