Comments TheMrHappy started the conversationFebruary 22, 2019 at 6:27amHello, 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,700PenciDesign repliedFebruary 22, 2019 at 8:23amHi,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,PenciDesign1 LikeTheMrHappy repliedFebruary 23, 2019 at 12:01amGreat, it worked. Thank you.One more question: Is this possible to make square borders around tag names, rounded? 2,700PenciDesign repliedFebruary 23, 2019 at 2:13pmHi,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,PenciDesignTheMrHappy repliedFebruary 23, 2019 at 5:56pmI didn't explain it right. I wont to change the look of blog post tags as shown in the attached image. :) 2,700PenciDesign repliedFebruary 24, 2019 at 3:24amHi,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 Sign in to reply ...
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?
Hi,
Please remove the code for add border-bottom to H2 tag and add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign
Great, it worked. Thank you.
One more question: Is this possible to make square borders around tag names, rounded?
Hi,
Please change the code I sent to:
Change value 16 to value as you want.
Best Regards,
PenciDesign
I didn't explain it right. I wont to change the look of blog post tags as shown in the attached image. :)
Hi,
Ahh, ok, if so, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign