Hello,
i have purchased and I am putting up a website with your theme. I added a child theme, I am adding code to the style.css file but nothing I write does show up in the website. For example if I put this code on the console
.av-special-heading-h1 > .av-subheading_above p {
text-transform: uppercase !important;
color: #f37021 !important;
}
it works perfectly, but if I write the code in the child theme style.css file it does not show up.
I have flushed the cache, there is no cache problem.
I also noticed that if I delete the style.css file (I tried also this to see if it affected the site) I lose several of the configuration I made in the theme option mask inside which is odd.
Update: I have disabled the css and js merging and compression and it works fine.
Is there a way to keep the merging working without incurring in caching problems? Thanks