Hi,
I really like Mantra theme. I made a child theme following WordPress instructions (just a new folder and copied style.css)
I want to change some styles, in example “#frontpage blockquote”
Using Custom CSS from admin panel doesn’t work.
Then I found that frontpage CSS is created on the run by /includes/frontpage-theme.php
So I copied to my child theme, modified but doesn’t work.
Then copied index.php and functions.php but my site got broken.
How can I change frontpage CSS?