• Resolved beyondbroken

    (@beyondbroken)


    I see how to change font size and color of the main Catalogue page. But there is no option for changing the actual FONT (style) on all the parts of the page such as side bar, category block heading, title of product, etc. I want to choose my fonts.

    For example, I’d like to make the category block heading use “Dancing Script” font. Is there a way to do this? Do I need to use CSS and if so what would I use for it?

    Thank you so much for any help you can give.

    • This topic was modified 6 years, 10 months ago by beyondbroken.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi beyondbroken,

    If you’re using the Paid version (or the paid trial), you can change the sidebar font by going to “Styling”->”Sidebar” and scrolling down to “Sidebar Title”/”Sidebar SubTitle” …etc.

    Alternatively, you could use custom CSS (in the “Custom CSS” box in the Edit Catalogue page), but the link that was attached to your earlier message appears to point to a page that no longer exists.
    If you could send us the new catalogue page URL, we may be able to provide some CSS for the fonts you mentioned.

    Thread Starter beyondbroken

    (@beyondbroken)

    Thank you! I finally figured out how to change the sidebar font. But I don’t see any options for changing the thumbnail title and price font. Only size and color. So that is what I need help on now. Thanks!

    Published for public now: https://beyondbrokeninchrist.com/test-catalog/

    Hi beyondbroken,

    To change the product title and product price font in the thumbnail view, you can using the following custom CSS:

    
    .upcp-thumb-title {
    font-family: Dancing Script;
    }
    
    .upcp-thumb-price {
    font-family: Dancing Script;
    }
    

    You can set the font as per your requirements.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change Fonts’ is closed to new replies.