O Old Nick Well-known member Apr 14, 2022 #1 Hello, I want to edit all widget headers in extra.less, is it possible to target all widgets used in one time ? Merci !
Hello, I want to edit all widget headers in extra.less, is it possible to target all widgets used in one time ? Merci !
Solution mjda Jun 20, 2022 I believe you should be able to use something like this: CSS: .block[data-widget-key] .block-minorHeader { display: none; } Tested on my site and it did, indeed, make all my widget headers disappear.
I believe you should be able to use something like this: CSS: .block[data-widget-key] .block-minorHeader { display: none; } Tested on my site and it did, indeed, make all my widget headers disappear.
mjda Well-known member Jun 20, 2022 #2 I believe you should be able to use something like this: CSS: .block[data-widget-key] .block-minorHeader { display: none; } Tested on my site and it did, indeed, make all my widget headers disappear. Upvote 2 Downvote Solution
I believe you should be able to use something like this: CSS: .block[data-widget-key] .block-minorHeader { display: none; } Tested on my site and it did, indeed, make all my widget headers disappear.
oO5 Dynasty Well-known member Jun 20, 2022 #4 This is cool! So what did you plan on doing with the widget headers? Or was you just removing all the headers? Upvote 0 Downvote
This is cool! So what did you plan on doing with the widget headers? Or was you just removing all the headers?