- This topic has 5 replies, 3 voices, and was last updated 5 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › MAKE H1, H2, H3, H4 TAGS ALWAYS BOLD AS SHOWN HERE
Heya guys, since I had re-buy and update the new theme file, I lost so many customizations we had made over the years I am trying to re-add them all.
I have this page https://www.chasingthedonkey.com/croatia-travel-blog/work-with-us/ – as you can see I have some text part bold, part not bold (see the line that reads “we can work together creating’… I have in the past not been consistent with using bold in headlines, and rather than going back to all 100’s of pages I am wondering if you can help me find a way to make all h1, h2, h3 and h4 tags BOLD. No matter if I had made it bold on the page or not.. is that possible? (I now use Oswald font for headlines, but am open to change if that one won’t work) Thanks.
Have any backup of your customization version?
Follow this post https://support.simpleprothemes.com/forums/topic/make-h1-h2-and-h3-tags-bold/#post-610
If you have old version, then you will use that older version. Later share the FTP and wp-admin access via contact page. We can update the theme for you.
I don’t use those fonts now (I tried that yesterday but it still does not work). I have no backup of the old theme. Can you help me adjust it so the header tags are all bold for what I have now?
Hey Chinmoy, any ideas? All of the code I am changing and trying is not working. Thanks.
Can’t you just use css to do it?
h1, h2, h3, h4, h5, h6 {
font-weight: 800;
}
Something like that?