My company hired a freelancer to build our new website several months ago and he installed The Gem to our WP site. For whatever reason, adding any kind of bold/font weight styles to text doesn't affect the published page.
You can see in the attached photo that I applied a thicker font-weight to a specific selection of text, but it doesn't change the way the text appears on the page. I'm wondering if the freelancer applied some kind of css element somewhere that just negates all attempts at bolding font in body paragraphs.
Can anyone help me figure this out? I've looked in the theme options in wp-admin, and different customized css/editor pages, but am having a hard time determining what is causing this issue.
HI! In order to make the font more bold, you need to change font-weight:700; If you do not know how to do this, give me access to your admin panel and we will help you.
Michael, thanks for the reply. If you look on the page now (http://profectusfinancial.com/consultation/) you can see that I changed certain sections to be contained within a span style div with font-weight:700;. The first paragraph on the right, for example, has this span style. It does nothing to change the way the text is rendered.
<span class="font-weight:700;">If you’ve run out of options for reducing your tax liabilities, or are currently without a retirement plan, we can help you.</span>
What is it? <span class="font-weight:700;">
The correct code:
<span style="font-weight:700;">If you’ve run out of options for reducing your tax liabilities, or are currently without a retirement plan, we can help you.</span>
My company hired a freelancer to build our new website several months ago and he installed The Gem to our WP site. For whatever reason, adding any kind of bold/font weight styles to text doesn't affect the published page.
You can see in the attached photo that I applied a thicker font-weight to a specific selection of text, but it doesn't change the way the text appears on the page. I'm wondering if the freelancer applied some kind of css element somewhere that just negates all attempts at bolding font in body paragraphs.
Can anyone help me figure this out? I've looked in the theme options in wp-admin, and different customized css/editor pages, but am having a hard time determining what is causing this issue.
Thanks!
HI! In order to make the font more bold, you need to change font-weight:700; If you do not know how to do this, give me access to your admin panel and we will help you.
Michael, thanks for the reply. If you look on the page now (http://profectusfinancial.com/consultation/) you can see that I changed certain sections to be contained within a span style div with font-weight:700;. The first paragraph on the right, for example, has this span style. It does nothing to change the way the text is rendered.
<span class="font-weight:700;">If you’ve run out of options for reducing your tax liabilities, or are currently without a retirement plan, we can help you.</span>
What is it? <span class="font-weight:700;">
The correct code:
<span style="font-weight:700;">If you’ve run out of options for reducing your tax liabilities, or are currently without a retirement plan, we can help you.</span>