I have this css:
.content .chapter_text li a
{
color: #7e9940;
text-decoration: none;
font-weight: bold;
}
And on the same page, it has places where it works, and also places where it doesn’t work.
Take a look here: http://www.comehike.com – on the bottom of the page, the links appear in bold text. In the middle of the page, the links appear in non-bold text.
But they are styled the same – as far as I can tell. Any idea why the links in the middle of the home page do not appear bold?
Thanks!!
That’s because those link in the center are not in a
li. You could modify your CSS to the following to get the wanted result: