Trouble with child-theme style

Posted in: Newspaper
Post count: 1

I am encountering a problem with the styles of our childtheme. We are using Newspaper 7 atm and we have loaded in the sample childtheme of the Newspaper. It is activated and fully working. I can add functions into the functions.php and they work just fine. As soon as I want to change some styles though nothing happens.
It seems that the theme is not taking the styles in.
As soon as I remove the function which is getting both styles, from parent and child, the child css is working but as you can imagine the other styles are not.
So it seems that there is a problem with your function which is merging the styles?
We did not change anything in there.
Any suggestions how to get the styles working?

Post count: 22421

Hello,

The functions.php file requires you to set up priorities. You will need to know a bit about coding in order to change the priority of your code. http://php.net/manual/en/function.proc-nice.php
Unfortunately this represents customization and it falls beyond what the theme support can offer you.

Thank you!

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