Skip to content
Public Ticket #7015

H2 tag around the logo

Conversation thread

PenciDesign replied

Staff Reply

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

TheMrHappy replied

Customer Reply

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

PenciDesign replied

Staff Reply

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

Customer Reply

Great, it worked. Thank you.

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

PenciDesign replied

Staff Reply

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 started the conversation

Conversation Start

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?

Want to join this conversation or access attachments? Sign in first.