Child Theme Styles don't work

Posted in: Newspaper
Post count: 7

So I’m not entirely sure why, but everything I’ve tried to do to get the styles to load will not work. I’ve checked the source code of my home page and the styles are being included and after the parent theme, but nothing loads. Has anyone had this issue with Newspaper before?

My site is http://www.miningclips.com

you can see the style sheet is loaded http://www.miningclips.com/wp-content/themes/Newspaper-child/style.css?ver=8.1c

this example styles will not override or load the parents styles
input[type=text], input[type=url], input[type=tel], input[type=email] {
background: #ffffff;
border: 1px;
border-radius: 5px;
}
.mcForms{
background-color:blue;
}

  • This topic was modified 8 years by edwardrpool. Reason: More details
Post count: 22421

Hello,

The problem is not the stylesheet but rather your selectors. Please use a more powerful selector or use !important for your code.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.