This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Custom css all widgets
#1
Hi!

Is there a way to create custom css to all widgets?

Like:

widget{
 css: here;
}

Instead of:

#widget-1{
 css: here;
}

#widget-2{
 css: here;
}
Reply
#2
This can be used: div[id^="widget-"] { ... }
Or see if elements have a common class that can be used as a CSS selector
Reply
#3
(10.05.2021, 09:31)admin Wrote: This can be used: div[id^="widget-"] { ... }
Or see if elements have a common class that can be used as a CSS selector

Perfect. Thanks Smile
Reply


Forum Jump: