Custom CSS classes not working?
-
Is there any reason why my custom CSS tags wouldn’t be working? I’m modifying style.css for the correct theme.
If I use one of the built in classes (.errorMessage for example) I can use it fine in the HTML.
But if I create my own it doesn’t work. I created a class called bold in the stylesheet as follows:
.bold {font-weight: bold;}And the HTML looks like so:
<span class="bold">test</span>That doesn’t work and I can’t understand why. I tried div class, and I also tried making the class into an ID; that didn’t work either.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Custom CSS classes not working?’ is closed to new replies.