BlueTheHusky New member Apr 22, 2022 #1 Hello XenForo Community! Im fairly new to the whole CSS stuff and was wondering if its possible to change the corners of the staff banner or all banners in general to rounded corners here is an example of what i mean Thank you all in advance!
Hello XenForo Community! Im fairly new to the whole CSS stuff and was wondering if its possible to change the corners of the staff banner or all banners in general to rounded corners here is an example of what i mean Thank you all in advance!
Solution ostrerov Apr 22, 2022 Hello, @BlueTheHusky This code help for you. Edit your extra.less template via admin panel: admin.php?styles/default-style.1/templates&type=public CSS: .userBanner { border-radius: 15px; }
Hello, @BlueTheHusky This code help for you. Edit your extra.less template via admin panel: admin.php?styles/default-style.1/templates&type=public CSS: .userBanner { border-radius: 15px; }
ostrerov Member Apr 22, 2022 #2 Hello, @BlueTheHusky This code help for you. Edit your extra.less template via admin panel: admin.php?styles/default-style.1/templates&type=public CSS: .userBanner { border-radius: 15px; } Upvote 1 Downvote Solution
Hello, @BlueTheHusky This code help for you. Edit your extra.less template via admin panel: admin.php?styles/default-style.1/templates&type=public CSS: .userBanner { border-radius: 15px; }
BlueTheHusky New member Apr 22, 2022 #3 RoffDaniel said: Hello, @BlueTheHusky This code help for you. Edit your extra.less template via admin panel: admin.php?styles/default-style.1/templates&type=public CSS: .userBanner { border-radius: 15px; } Click to expand... Thanks! worked flawlessly! Upvote 0 Downvote
RoffDaniel said: Hello, @BlueTheHusky This code help for you. Edit your extra.less template via admin panel: admin.php?styles/default-style.1/templates&type=public CSS: .userBanner { border-radius: 15px; } Click to expand... Thanks! worked flawlessly!