News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Change Border Color

Started by DanCarlos, September 11, 2020, 03:50:57 AM

Previous topic - Next topic

DanCarlos

How can i change to color of the border from Blue to Red? Please refer to the image below.


Antechinus

Border? Might be my eyes, but I can't see one. Are you talking about the blue "General Category" header bar? Or something else?

DanCarlos


Antechinus

.cat_bar {background: red; border-radius: 5px;}
.cat_bar .catbg {background: none;}

DanCarlos

Nothing happened. I paste the code in index.css. I also change the color of

div.cat_bar
{
   background: #bf2c08 url(../images/theme/main_block.png) no-repeat 0 -160px;
   padding-left: 9px;
   height: 31px;
   overflow: hidden;
   margin-bottom: 1px;
}


and still nothing happened.


EDIT :

Already solved.  :)

Advertisement: