Child theme custom.css file not including my custom styles
-
Topic
-
Kind of strange. I am adding some custom css to the child themes styles.css. Some of them work fine and others don’t. For instance if I put the following in the styles.css file it doesn’t work but if I put it in the theme custom css area it works. Been using Firebug and it makes changes but doesn’t seem to work when I put it in the styles.css
.header_logo .tb-text-logo {
font-size: 2em;
}
I have also tried to add – color: #000000; to it as well to change the color but that doesn’t work in either spot.I have this added to the styles.css file
.header_logo .tagline {
font-size: 1em;
font-style: normal;
color: #000000;
}
Which changes the color like I want but won’t change the style to normal nor can I change the size.Any ideas? Thanks!
- The forum ‘Akita Responsive WordPress Theme’ is closed to new topics and replies.