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 #1906001
H2 tag around the logo
Closed

Comments

  • TheMrHappy started the conversation

    Hello,

    How can I remove H2 tag from around the logo?

    I've added border-bottom to H2 tag, and now I have border under the logo.


    Is this possible to make square borders around tags rounded?

  •  2,699
    PenciDesign replied

    Hi,

    Please remove the code for add border-bottom to H2 tag and add more this code to Customize > Custom CSS:

    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{ padding: 5px 20px; border: 1px solid #cccccc; }
    

    Best Regards,

    PenciDesign

  • TheMrHappy replied

    Great, it worked. Thank you.

    One more question: Is this possible to make square borders around tag names, rounded?

  •  2,699
    PenciDesign replied

    Hi,

    Please change the code I sent to:

    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{ padding: 5px 20px; border: 1px solid #cccccc; border-radius: 16px; }

    Change value 16 to value as you want.


    Best Regards,

    PenciDesign

  • TheMrHappy replied

    I didn't explain it right. I wont to change the look of blog post tags as shown in the attached image. :)

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, ok, if so, please add more this code to Customize > Custom CSS:

    .container-single .post-entry .post-tags a{ border-radius: 10px; -webkit-border-radius: 10px; }
    

    Best Regards,

    PenciDesign