Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 10, 20195 yr Hey guys, just starting to create custom blocks for our community website. Wondering how I would remove the background for this button I've created: Result (https://www.diplogaming.com/project-pheonix/): I would like to remove the purple background of the button block. Thanks in advance for any tips!
June 11, 20195 yr 19 hours ago, Diplo Gaming said: I would like to remove the purple background of the button block. In your Custom CSS you have this rule: #ipsLayout_sidebar .ipsWidget_title::before { content: ''; position: absolute; left: 0; top: 0; width: 5px; height: 100%; background: #8a1c7c; box-shadow: 0px 2px 24px rgba(138,28,124,0.5); border-radius: 4px; } Find this rule and remove 'background:#8a1c7c;" from it
June 11, 20195 yr PS. It is probably important for your project that a favicon icon does not load - it generates a bug in the console.
Archived
This topic is now archived and is closed to further replies.