Is there a way to change the font for the Checkout/Shopping Cart plugin? It defaults to Courier New and I'd like to set it to Times New Roman. Thanks!
Community Forums
Font?
(3 posts) (3 voices)-
Posted 8 months ago #
-
DragonSpace ... do you have a link to your site? It may be that the font isn't coming from the cart, but rather your theme. I can't tell without poking around a little.
-dena
Posted 7 months ago # -
Thank you for your messages.
I am terribly sorry for the delay in response. I know you send this message a long time ago, but we do not often check the forums since the forums is not for support and meant for community discussions only.
Regarding the question you had, As "denacarol" said last time, this could be styling from your theme. Ultimately, it is some CSS, and depending on what is setting the font-style you should just be able to make CSS changes, add it to the "Themes & Custom CSS" section in the plugin configuration and that should work. You'll need to remember to add "!important" at the end of a style to make sure this value is chosen over all other styles being applied to it.
For example:
input.ui-button, a.ui-button {
font-family: Times New Roman !important;
}
Best would be to submit questions like this to the helpdesk at http://tribulant.com/supportKind regards
RhynardtPosted 3 months ago #
Reply
You must log in to post.