Jump to content

[solved] How To Change Colors Of Default Theme Tags, Menu, Categories & All Other Blocks?


vbadboi

Recommended Posts

Good morning

 

Look at your theme global.css around line 296, I have changed mine to give a blue colour

 

/* BLOCK .block ******************************************************************************** */

.block {margin-bottom:20px}

#footer .block {margin-bottom:0}

.block .title_block, .block h4 {

padding:6px 11px;

font-size:12px;

color:#fff;

text-shadow:0 1px 0 #000;

text-transform:uppercase;

background: #001966;

text-align:left;

font-weight: bold;

border: solid 0px #f90611;

border-top-left-radius: 15px;

border-bottom-right-radius: 15px;

}

 

 

Hope this helps

 

Paul

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...