Jump to content

Pages Custom Blocks - Remove Background

Featured Replies

Posted

How can i remove the background from custom blocks? 

  • Author

anyone?

bump

need to know also please

A link to view might help

Might be governed by:

.ipsBox:not(.ipsBox_transparent):not(.ipsModerated) {
    background-color: #fff;
}

if so then that also covers other areas so changing that likely affect other areas

35 minutes ago, fix3r said:

in custom.css try

#ipsLayout_sidebar .ipsBox:not(.ipsBox_transparent):not(.ipsModerated) {
  background-color: red;
}

again change color to your requirements

or are you trying to remove the image(s) from those posts (if so then they are not background)

  • Author

sorry....this part

463659209_ScreenShot2018-07-15at9_58.31AMcopy.png.985b5cc5aa250c6f5f1c76e6450a3a73.png

1 hour ago, fix3r said:

sorry....this part

463659209_ScreenShot2018-07-15at9_58.31AMcopy.png.985b5cc5aa250c6f5f1c76e6450a3a73.png

Not going to be able to without it affecting the other blocks

slim chance this may work but if not then nothing else you can do without using something other than a custom block

.ipsBox [data-blockid="app_cms_Blocks_c7w35e5op"] {
  background red;
  border: 0;
}

 

Archived

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

Recently Browsing 0

  • No registered users viewing this page.