Hello.
Please make sure, there’re no additional tags wrapping your headings and that the first level starts with H2, as H1 is for the page title only and should not be used in post content.
If it still doesn’t work, please provide the URL of the post and I’ll take a look.
Colors for the circle are applied automatically in our themes:
https://themeforest.net/user/codesupplyco/portfolio?ref=codesupplyco
If you use a different theme you may use this code in Appearance > Customise > Additional CSS to change it:
h2.pk-heading-numbered:before {
background: #ff0000;
}
Let me know, if there’s anything else you would like to know.
Thanks for using Powerkit.
-
This reply was modified 7 years, 6 months ago by
codesupplyco.
All the headings are set to Numbered Heading H2.
It is working only in visual mode editor. Here is the text mode screenshot: https://imgur.com/a/wiPRYkN
Do you have an email or private way that I can send you the URL of the post?
Hello.
Yes, you may send the URL to [email protected]
Thanks!
I’m afraid, your theme doesn’t have the .content class on the content container.
Please add this code to Appearance > Customise > Additional CSS:
.single-post-wrap {
counter-reset: h2;
}
.single-post-wrap > h2 {
counter-reset: h3;
}
.single-post-wrap > h3 {
counter-reset: h4;
}
.single-post-wrap > h4 {
counter-reset: h5;
}
.single-post-wrap > h5 {
counter-reset: h6;
}
-
This reply was modified 7 years, 6 months ago by
codesupplyco.
-
This reply was modified 7 years, 6 months ago by
codesupplyco.
I’ve just updated my response. For the other theme of yours, replace single-post-wrap with entry-content.
Let me know, if it helped.
Wow, everything working correctly now.
Thank you for the extremely fast support!
You’re welcome π
Would highly appreciate, if you could rate Powerkit on ww.wp.xz.cn, it helps a lot.
Don’t forget to check out our themes, as they’re on sale now and you may save $20 off your purchase:
https://themeforest.net/user/codesupplyco/portfolio?ref=codesupplyco
Thanks for using Powerkit!
-
This reply was modified 7 years, 6 months ago by
codesupplyco.