• Resolved martlozjm

    (@martlozjm)


    Hi,

    I can’t yet share the page where the error occurs as we are building the website and is not yet ready to be published… Will do so as soon as possible.

    But I’m finding an error when changing the font size of the paragraphs <p> of the shapebox theme using a plugin.

    The top left title menu (where the main title of the website is included) is an <h1> in the homepage, but whenever you create a page, the supposed title becomes a <p>. What can I do to avoid this, so when I change all the <p> font size, this title remains as it is?

    Please, let me know if I have explained myself properly…

    Thanks in advance,

    • This topic was modified 2 years, 7 months ago by martlozjm.
Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi!

    Add this in Customize > Additional CSS:

    For paragraph:

    
    .entry { font-size: 19px; }
    

    For header:

    
    .site-title { font-size: 30px; }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Header/paragraph font size’ is closed to new replies.