CSS rules doesn't apply
-
Hey,
I am using the colormag free theme on my site. I made a child theme and it that folder I made a new functions.php and style.css file. My child thme style.css is loaded by the functions.php in my child theme folder.The issues I have apply to different rules but some the styles I use for now seem to work. I want to remove the top border of main navigation and justify all my paragraphs.
Here is a link to my site and the code of my style.css
#site-navigation { background-color: rgba(0,168,198,0.6); border-top: 0px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset; position: relative; } body > p { line-height: 150%; text-align: justify; }
Thank you for time and support!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS rules doesn't apply’ is closed to new replies.