style.css not working
-
Hi,
Classes (or id’s) that I define in style.css do not affect the layout.
For example, no effect on layout when I define this in style.css:
.test111 {background-color:red;}
So I have to define the style inline in the editor in order to have an effect:
<div class="test111" style="background-color:red;">something</div>
How can I make style.css work? (I do not have any child theme folder, I am only working in the main parent theme)
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘style.css not working’ is closed to new replies.