Jump to content

Editing Buttons


Diplo Gaming

Recommended Posts

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

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...