Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 3, 2024Nov 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!
November 3, 2024Nov 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; }
November 3, 2024Nov 3 That is very simple, go to the acp and edit the forum 'Feature color' Edited November 3, 2024Nov 3 by Chris59
November 3, 2024Nov 3 Author 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 🙂
November 3, 2024Nov 3 Author This is the code that I used: .ipsBlockSpacer .ipsPull .ipsCategoryWithFeed__item{ border-top-color:#106f8c; } and this is the result:
November 3, 2024Nov 3 ?? Well that is what feature color does?? Have a nice Sunday 🙂 Edited November 3, 2024Nov 3 by Chris59
November 3, 2024Nov 3 Author 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!
November 3, 2024Nov 3 Just now, Amy Pond said: ...Ah! My mistake, I misunderstood 🤦♀️🤦♀️🤦♀️ Thank you so much! No worries , glad to help 😅