Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey cds74,

    There isn’t a built in option to change the font as the plugin should inherit the font used by your theme. If your feed is being displayed in Courier then it’s possible that the shortcode might be wrapped in tags - you can check this by viewing your page source or right-clicking and inspecting the feed element in your browser.

    To resolve this you should just be able to add the following to the plugin's Custom CSS section, which is under the Misc tab on the plugin's Customize page:

    #cff, code #cff{ font-family: sans-serif !important; }

    Let me know whether that works for you,

    John

    Thread Starter cds74

    (@cds74)

    Hi John, thank you for the response, I tried adding your code and we still have the same issue. thanks

    Plugin Author smashballoon

    (@smashballoon)

    Is it possible for you to send me a link to your site so that I can see what the issue is?

    John

    Thread Starter cds74

    (@cds74)

    The page in question is: http://www.pinecrestinnrealty.com/social-media/ thank you for your help on this!

    Plugin Author smashballoon

    (@smashballoon)

    Try this instead:

    #cff, #cff code{ font-family: sans-serif !important; }

    Let me know whether that does the trick.

    John

    Thread Starter cds74

    (@cds74)

    That did it, thank you very much John!

    Plugin Author smashballoon

    (@smashballoon)

    No problem, glad to hear that.

    John

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change font face?’ is closed to new replies.