Hi Team,
Getting confused about where should I edit the CSS in…QUICK or CHILD?
It really took me a lots of time to custom the style sheet.
We have put the same code in both of them only the one in QUICK works!
However the previous CSS in child theme still functional !
How do I find the right Selectors? How you guys go with that?
Cheers
Dave
Hey longlife0428,
Styles in child theme take precedence, depends on which selectors you’re targeting. It would be easier for us to help you, if you give us a specific page and an issue on that page, and them we see what we can do.
If you need further assistance please let us know.
Best regards,
Victoria
Hi Vic,
We are trying to styling the filter on this page.
I have put those CSS and it works fine in Quick.
div.av-current-sort-title span.inner_sort_button{color:red !important; font-size:18pt !important;}
div.sort_by_cat a {margin:0 auto;background-color:#008ae2; color:#fff !important; border: 1px solid #ccc; padding:0px 15px; line-height: 33px;}
a.all_sort_button active_sort span.inner_sort_button {color:#008ae2 !important; }
span.inner_sort_button { font-size:12pt;}
What if I want the CSS all in Child? what should I target?
Cheers
Hi,
The CSS/selectors are the same wherever you put it, but if the CSS from the child CSS sheet is not working then it’s probably being cached on the server. As a temporary solution, maybe you could try all your CSS in Quick CSS?
Best regards,
Rikard
Hi Rik,
Okay will do!
Cheers
Dave
Hi Dave,
Just let us know if you need more assistance, we will keep this thread open :)
Best regards,
Nikko
Thanks Nikko,
You can closed this thread now.
Cheers