• Resolved Tessila

    (@tessila)


    In the link below, there’s a button toward the top on the right of the page that says, “Back to (previous page)”. Is there a CSS that changes the font of that? I can’t seem to change it in the Typography category in Theme Options without changing the H1 Headings and H2 Headings.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    You can use .cat_back_btn.headerfont class to customize the Back to … links.
    For example,

    .cat_back_btn.headerfont {
        font-family: system-ui, sans-serif;
    }

    – did the trick for me.

    You can copy and paste this code by navigating to Customize → Additional CSS in Admin bar from your homepage; or by navigating to Dashboard → Appearance → Customize → Additional CSS

    • This reply was modified 5 years, 7 months ago by Gaurav Tiwari. Reason: More information added
    Thread Starter Tessila

    (@tessila)

    Awesome. That worked great. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Back to (previous page)” Button Font’ is closed to new replies.