Hi guys,
I need to remove the border of one block from the rest of the right sidebar blocks but I don't know how to do that. I already tried to do it like this:
#sidebar-right div#block-block-14 {
border:1px dashed orange !important;
text-align:center;
}
div#block-block-14 is the drupal generated id of the block:
<div id="block-block-14">
But I can't remove its border.
Thanks in advance :)