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 #2968438
Change h1 - h6 tag by css
Closed

Comments

  • jijiart started the conversation

    Hi I want to add design h1 to h6 tag. Do you have editing page for them??

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Posts → Font sizes: you can change font site H1 to H6 here.

    Regards,
    PenciDesign.


  • jijiart replied

    I want to change h tag design by css like this site.
    https://tympanus.net/codrops/2012/11/02/heading-set-styling-with-css/
    How do I change h tag design for single pages?

  •  2,492
    PenciDesign replied

    Hi,

    You can paste the custom CSS code to Appearance → Customize → Custom CSS:

    Replace all the selectors before h1 to h6 to :

    body.single .entry-content h1
    For example:

    Replace:

    .demo-1 .main h1

    To

    body.single .entry-content h1

    Regards,
    PenciDesign.


  • jijiart replied

    I am able to make css by using these css! Thank you so much!!!!!!

  • jijiart replied

    Hi I have one more question, how do I set post page css?

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS: you can paste the custom CSS for the entire site here.

    If you want to add the CSS for an individual page, please go to the editor screen, scroll down to the Page Option, select the Custom CSS tab then paste your code here.

    Regards,
    PenciDesign.

  • jijiart replied

    I am sorry that I made a mistake,
    What I want to ask is that how to add css for page like

    body.single .entry-content h1

    If I make css to page, what css code like upon do I add?

  •  2,492
    PenciDesign replied

    Hi,

    Please change the code to:

    body.page .entry-content h1

    Regards,
    PenciDesign.


  • jijiart replied

    I could solved it! Thank you so much!!!!!