Hi!
When adding a custom css adressed to a specific page (in either the Quick css-field or the additional css in WP –
like this: .page-id-362 .avia_textblock body, p, li{ font-weight:400; }
This css will, in my case, then affect the whole site.
Any clue?
Hey Brandline_Sthlm,
Try using it like this:
.page-id-362 .avia_textblock body, .page-id-362 p, .page-id-362 li{ font-weight:400; }
Best regards,
Victoria
Works fine. Many thanks, VIctoria!
The topic ‘Custom css on specific page will affects the whole site’ is closed to new replies.