• Hello,

    I would like to adjust the category font size and style, so it is the same as the pages text. For example, if you click on the New York category on top menu, it leads you to the category, but the font is smaller and it is italic–I want it to be the same font style as the About or Contact page.
    my website is: https://www.spadesandsilk.com

    THANK YOUUU!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You would need to use CSS. I’m not familiar with the theme but there is normally a spot for custom CSS. This is the CSS you need:

    .page-title, #sidebar-wide .widget-title, #sidebar-footer-wide .widget-title {
        font-style: normal;
    }
    Thread Starter jmdonatelli

    (@jmdonatelli)

    Great! That did the trick, you rock. is there an additional code to change that text to Header 1 status?
    And, this might be pushing it, but is there a way to get rid of ARCHIVES text at the very top of the web browser?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing font size and italics in 'browsing category' Pinboard theme’ is closed to new replies.