I want to remove the border for the right sidebar block only and keep for all other blocks.
How would I change this?

Comments

deggertsen’s picture

You could edit the CSS for the specific block by putting in some CSS like this:

#block-block-2 .content { border:none; }

I created a patch that allows you to put in custom CSS like that in the patch in this issue #866350: Custom CSS Field in theme config. Or of course you can go edit the core style.css file.

jacine’s picture

Status: Active » Fixed

Thanks @deggertsen! The CSS Injector module is good for changes like this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.