Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Amy Pond Posted November 3 Posted November 3 Hi, how can I modify this border using CSS? I tried inspecting the element, but I just can’t find the relevant class 🫠 Thank you very much!
Drewfus Posted November 3 Posted November 3 .ipsBox__header, .ipsWidget__header, .ipsInnerBox__header { padding: 1em 1.2em; display: flex; align-items: center; flex-wrap: wrap; gap: 1em; border-radius: calc(var(--i-box--bo-ra) - var(--i-box--bo-wi)) calc(var(--i-box--bo-ra) - var(--i-box--bo-wi)) 0 0; border-bottom: 1px solid rgb(35, 102, 238); font-size: 1.4em; font-weight: 600; }
Chris59 Posted November 3 Posted November 3 (edited) That is very simple, go to the acp and edit the forum 'Feature color' Edited November 3 by Chris59
Amy Pond Posted November 3 Author Posted November 3 59 minutes ago, Drewfus said: .ipsBox__header, .ipsWidget__header, .ipsInnerBox__header { padding: 1em 1.2em; display: flex; align-items: center; flex-wrap: wrap; gap: 1em; border-radius: calc(var(--i-box--bo-ra) - var(--i-box--bo-wi)) calc(var(--i-box--bo-ra) - var(--i-box--bo-wi)) 0 0; border-bottom: 1px solid rgb(35, 102, 238); font-size: 1.4em; font-weight: 600; } Thank you very much! 52 minutes ago, Chris59 said: That is very simple, go to the acp and edit the forum 'Feature color' Uhm, no, it isn't the same thing. Thank you anyway 🙂 Chris59 1
Amy Pond Posted November 3 Author Posted November 3 This is the code that I used: .ipsBlockSpacer .ipsPull .ipsCategoryWithFeed__item{ border-top-color:#106f8c; } and this is the result:
Chris59 Posted November 3 Posted November 3 (edited) ?? Well that is what feature color does?? Have a nice Sunday 🙂 Edited November 3 by Chris59 Amy Pond 1
Amy Pond Posted November 3 Author Posted November 3 8 minutes ago, Chris59 said: ?? Well that is what feature color does?? Have a nice Sunday 🙂 ...Ah! My mistake, I misunderstood 🤦♀️🤦♀️🤦♀️ Thank you so much! Chris59 1
Chris59 Posted November 3 Posted November 3 Just now, Amy Pond said: ...Ah! My mistake, I misunderstood 🤦♀️🤦♀️🤦♀️ Thank you so much! No worries , glad to help 😅
Recommended Posts