Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2295374
Page Header Size Increase (H1, H2, etc)
Closed

Comments

  • thewestcoastvegan started the conversation

    Hi, 

    We are currently using the Soledad theme and are creating a travel website. We are making an about us page and trying to change the font size of the title and headers (H1, H2, H3, etc.). We are able to change the font size of the body paragraphs, but not of the TITLE and HEADERS. 

    We have tried changing the single posts header and title sizes through the theme customization, but when we preview or publish nothing is changed. *See attached photo* 

    We can't change any font sizes in the PAGES tab in the font customization. Is there custom CSS we need for this? 

    Any help will be appreciated. 

    Mitch & Justine

  •  2,699
    PenciDesign replied

    Hi,

    Can you please show me URL for this about us page to I can take it a look?

    Also, have you use Elementor to edit this page?

    And I didn't see any attachment photo..


    Best Regards,

    PenciDesign

  • thewestcoastvegan replied

    We don't have the page live yet. Here are the photos... 

  •  2,699
    PenciDesign replied

    Hi,

    As I can see the option working fine on your site.

    You're using H2 inside your page content now and you need to change the value on H2 to see it changes.

    For change the font size for Page title, please add more this code to Customize > Custom CSS:

    .penci-page-header h1{ font-size: 32px; }
    

    Change value 32 to value as you want.


    Best Regards,

    PenciDesign

  • thewestcoastvegan replied

    Hi there, 

    That worked for the title, but I still can't get the H2 to change sizes. Additionally, how do I change the H2 color? The H2 i'm referring to is the title "who are we?" in the photo attached. 

  •  2,699
    PenciDesign replied

    Hi,

    Please make the page: https://hippiesabroad.com/who-are-the-hippies/ live to I can see it.

    Also, have you clearly all the cache before check it again? And what's font size you've changed for h2 on Customize > Single Post Options?

    For change the color for h2, please try add more this code to Customize > Custom CSS:

    .post-entry h2{ color: #ff0000; }

    Change color code ff0000 to any color code you want. You can get a color code here


    Best Regards,

    PenciDesign