I have managed to un-bold my category headers (above each post) as well as my side widget titles. Can you give me the code to make them bold again?
Thank you!
Can I also request in this same thread for the code to un-bold the lines underneath these category and widget titles so that if I decide to keep them not bold the lines will match?
I hope you are well today and thank you for your questions.
I have managed to un-bold my category headers (above each post) as well as my side widget titles. Can you give me the code to make them bold again?
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
#page article.post .post-categories a,
#page .post-inner-content .cat-item a {
font-weight: bold;
}
#secondary .widget h3.widget-title {
font-weight: bold;
}
Can I also request in this same thread for the code to un-bold the lines underneath these category and widget titles so that if I decide to keep them not bold the lines will match?
Thank you. I have chosen to have this text and lines not in bold. This works on everything apart from two widgets - the Translate widget and Subscribe which still have thick lines.
It is working fine on my test site so could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
What is your attachment pointing to? I don’t have the code active on my website. After I pasted it exactly as it is which you can see from my screenshot where it changed nothing, I removed it.
This topic is taking too much time so to resolve it quickly, would you mind if i log in to your site and use the shared code on your site? If this is ok then could you please share me your site log in details privately by checking the option “Set as private reply” when replying to this topic?
Please see attached how the lines under the titles appear before the code and then in the second picture how they appear after - randomly thinner or thicker.
I do not want the lines as bold as they are in the before shot but as they appear in the after shot under the first post. The others are too thin.
I have had to remove the code because not only are the lines different variations of thickness but it made the titles right justified on mobile devices…?
It seems you are doing something wrong when using the CSS code or testing it because it is working fine for me without any issue as shown in the attached screenshot.
As said previously have you tested it by using different browser?
Also as said previously would you mind if i log in to your site and use the shared code on your site? If this is ok then could you please share me your site log in details privately by checking the option “Set as private reply” when replying to this topic?