Jump to content

Editing Buttons

Featured Replies

Posted

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:

image.thumb.png.6882fd64c247bf7777904527ae36072e.png

Result (https://www.diplogaming.com/project-pheonix/):

image.thumb.png.c866d08be2fbcf8d01297cc06d95bef3.png

I would like to remove the purple background of the button block.

Thanks in advance for any tips!

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

PS. It is probably important for your project that a favicon icon does not load - it generates a bug in the console.

482589437_Screenshotat2019-06-11222637.thumb.png.b275490e703b84ccebf81e4038e4a209.png

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.