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 #2647482
Edit Spacing SIze For Heading 3
Closed

Comments

  • cikguayu started the conversation

    Hi. how to change spacing for Heading 3 text? I've changed the size but didn't find where to change the spacing.

  •  2,699
    PenciDesign replied

    Hi,

    I see you're using the heading inside a list:  ul li

    So, you can add more this code to Customize > Custom CSS to remove the space below the heading inside ul li:

    .post-entry ul h1, .post-entry ul h2, .post-entry ul h3, .post-entry ul h4, .post-entry ul h5, .post-entry ul h6{ margin-bottom: 0px; }

    Change value 0 to value as you want.


    Best Regards,

    PenciDesign