Closed (fixed)
Project:
Sky
Version:
6.x-3.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2010 at 16:55 UTC
Updated:
21 Feb 2011 at 05:10 UTC
I want to remove the border for the right sidebar block only and keep for all other blocks.
How would I change this?
Comments
Comment #1
deggertsen commentedYou 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.
Comment #3
jacineThanks @deggertsen! The CSS Injector module is good for changes like this.