I wanted to change the following code:
body div#av_section_1 section.av_textblock_section div.avia_textblock {}
to be page specific.
I tried .page-id-666 body div#av_section_1 section.av_textblock_section div.avia_textblock {}
and it didn’t work. getting really frustrated. can anyone help?
Hey!
Change the selector to:
body.page-id-666 div#av_section_1 section.av_textblock_section div.avia_textblock {}
Is the body element who gets the page id class.
Cheers!
Josue
ah nice. so if i wanted to do anything pagespecific, i do the .page-id-666 after the first command?
Hey!
No, the page-id-xx should be the first command. If you look closely it is in my code (it’s attached to the body element).
Cheers!
Josue
thanks! can close this.
You are welcome, glad we could help :)
Regards,
Josue