One variable in my style.css won't respond to any changes, but all others will
-
Here is a link to my website:
https://www.thiswouldntfitonapostcard.com/
When editing my child’s style.css everything responds to changes I make except for the changes I make to the title on each post’s individual page. Here is all my code that involves .page .entry-title and any changes I make to the font size, color, etc isn’t showing up on my website.
.post .entry-title, .page .entry-title { font-size: 26px; line-height: 32px; } .post .entry-title a, .page .entry-title a { color: #0FBE7C; } .post .entry-title a:hover, .page .entry-title a:hover { color: #0FBE7C; }
Any ideas of what is going on here? I cannot figure it out!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘One variable in my style.css won't respond to any changes, but all others will’ is closed to new replies.