Hello Everyone, I am changing the color of all the bars and side boxes. There is a color bar at the bottom of each side box. Can someone tell me where I can find the graphic or code to change that also? Thanks in advance for your help. Using 1.38
Hello Everyone, I am changing the color of all the bars and side boxes. There is a color bar at the bottom of each side box. Can someone tell me where I can find the graphic or code to change that also? Thanks in advance for your help. Using 1.38
located in your stylesheet.css
if you are still working with classic template . then code block in red effecting the bottom style .
.leftBoxContainer, .rightBoxContainer {stylesheet.css (line 551)
border-color:#9A9A9A #9A9A9A #336633;
border-style:solid;
border-width:1px 1px 5px;
margin:1.5em 0 0;
}
Thanks for your help