Active
Project:
Brushed Steel
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2008 at 08:47 UTC
Updated:
25 Jun 2008 at 14:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
roald commentedYou could try the following
* Locate the following section in your style.css: "#container .sidebar .block" (around line 300)
* change the border width from 1px to 0px
This worked for one of my sites
Roald
Comment #2
raymondfranco commentedhi roald,
i have tried this, the borders need to be on 2px, the only block that doesnt need a border/bg image is the search block..
please view the attachment to see what i am trying to accomplish..
Comment #3
roald commentedWhat about adding this to the end of your CSS:
#container .sidebar .block-search {
border: 0px;
}
Comment #4
raymondfranco commentedWOOHOO!!!! you are a legend!!! - I owe u a case o coldies :)
now, i have tried to remove the background for that block as well.. any ideas?
------------BEFORE-------------
#container .sidebar-left .block-search { /* sidebar borders */
background-image:url(../../files/blockbg.jpg);
background-repeat:repeat-x;
background-color: #ffd108;
border: solid #e53a06 0px;
margin-top: 50px; /*top of sidebar left*/
margin-bottom: 130px;
------------BEFORE-------------
------------AFTER--------------
#container .sidebar-left .block-search { /* sidebar borders */
border: solid #e53a06 0px;
margin-top: 50px; /*top of sidebar left*/
margin-bottom: 130px;
------------AFTER--------------
tried adding in #block-search-0 after #container but no luck
Comment #5
roald commentedHmmm...
I don't use background images in the blocks for my site...
But generally: If you've removed the background-image stuff from the actual code and it still appears, you've either not refreshed your browser, or the background images are applied from another part of the CSS. Maybe you should try something like this:
------------AFTER--------------
#container .sidebar-left .block-search { /* sidebar borders */
background-image: none;
I'm out of office for some days now, so I cannot follow you anymore, but wish you good luck :-)
®