🔥 🔥Iggy🔥 Well-known member Sep 18, 2024 #1 hello, i remember doing this back in vb or somewhere, now i cant seem to figure it out.....what is the way to style individual widgets? i thought we could do something like #widget_id_4 or some such.... regards
hello, i remember doing this back in vb or somewhere, now i cant seem to figure it out.....what is the way to style individual widgets? i thought we could do something like #widget_id_4 or some such.... regards
M@rc Well-known member Sep 18, 2024 #2 🔥Iggy🔥 said: i thought we could do something like #widget_id_4 or some such.... Click to expand... Yes: HTML: <div class="block" data-widget-id="27" data-widget-key="forum_overview_trending_content" data-widget-definition="trending_content"> CSS: [data-widget-id="27"] ... { ... } Upvote 0 Downvote
🔥Iggy🔥 said: i thought we could do something like #widget_id_4 or some such.... Click to expand... Yes: HTML: <div class="block" data-widget-id="27" data-widget-key="forum_overview_trending_content" data-widget-definition="trending_content"> CSS: [data-widget-id="27"] ... { ... }
JohnLogar Active member Sep 18, 2024 #3 I'm not style expert but this code may help you. CSS: [data-widget-key="most_replied"] { } Last edited: Sep 18, 2024 Upvote 0 Downvote