Hi Vinzen 🙂
welcome back!
You can use this technique for shortcodes in posts, for example:
.post .pis-ul {
background-color: #ff0000;
}
and this for shortcodes in pages:
.page .pis-ul {
background-color: #ff0000;
}
In other words, prepend the class .post or .page and then the class to modify, for example .pis-ul or .pis-li or .pis-title, and so on.
The widgets in the sidebar should remain untouched.
Let me know if you need more help.
Thread Starter
vinzen
(@vinzen)
Thanks so much for the prompt response, Aldo.
It worked like a charm. 🙂