Using dark chocolate theme and having a problem.
Permalink
I'm using the dark chocolate theme on my website and i'm having problem getting rid of a certain line of color.
I don't understand how to get it due to being new to it.
Here is the link
http://statesofbeatbox.com/
It's above the logo and under the header it's a white-ish line.
Is there a way to remove it?
If so can you please help me with it?
I don't understand how to get it due to being new to it.
Here is the link
http://statesofbeatbox.com/
It's above the logo and under the header it's a white-ish line.
Is there a way to remove it?
If so can you please help me with it?
Hi in the file main.css of your theme you will find on line 107 the following :
#page .divider {
background: url("/concrete/themes/dark_chocolate/images/nav_horizontal_divider.gif") no-repeat scroll center top transparent;
clear: both;
height: 1px;
overflow: hidden;
padding-top: 12px;
width: 100%;
}
The line you are refering to is defined as background: ....
if you dont need the line simply delete the background: ...
#page .divider {
background: url("/concrete/themes/dark_chocolate/images/nav_horizontal_divider.gif") no-repeat scroll center top transparent;
clear: both;
height: 1px;
overflow: hidden;
padding-top: 12px;
width: 100%;
}
The line you are refering to is defined as background: ....
if you dont need the line simply delete the background: ...
You might want to read this:
http://www.concrete5.org/documentation/how-tos/editors/customize-a-...
http://www.concrete5.org/documentation/how-tos/editors/customize-a-...
try using a different theme like
http://www.concrete5.org/marketplace/themes/reversed/...
http://www.concrete5.org/marketplace/themes/halloween/...
http://www.concrete5.org/marketplace/themes/harvest/...
those are a few that are simmilar and don't have the div sections
you could theoretically edit a theme to get rid of it if you really wanted to but since there are other free alternatives that work out of the box why bother