Try this: http://www.w3schools.com/css/css_link.asp
You will need to edit your style.css file and alter the .a tags.
Please provide a link to your website so we can inspect closer and provide you with a solution.
In general, you could use custom CSS, like this:
a { font-weight: 700; }
Thanks.
Theme Sumo,
Thank you. The website is http://www.paloaltoenergy.org
Thanks.
Do you mean the hyperlinks that are within your content, like on this page: http://www.paloaltoenergy.org/todays-energy-outlook/
Or the menu links within your header, and footer?
You could try installing and activating this custom CSS plugin which allows you to easily add CSS code to your theme.
Once the plugin is activated, go to the Appearance > Custom CSS admin menu and paste this code in the field provided:
a { font-weight: 700; }
This will increase the font-weight of all links on your website.
Let me know if you want to target specific hyperlinks and I’ll modify the code to suit.
Hope this helps.
Theme Sumo, Yes the hyperlinks on the page you displayed. It’s only the ones not on the header or footer, those are OK.
Thank you
.entry-content a { font-weight: 700; }
Hope this helps.
Theme Sumo, This works perfect, Thank you very much.
Check out
Good work!