CHANGE MENU BAR COLOR + TEXTS COLOR + FOOTBOARD COLOR…

Hello John,

To change the background color to black you have to go to the following path: /templates/jatiris/css/template.css approximately in line 750 you change the color style #111111

#ja-botsl .main-inner2, #ja-botsl1 .main-inner2 { background: none repeat scroll 0 0 #111111; padding: 30px 0 10px; }

To change the color of the titles that are blank you have to go to the following path: /templates/jatiris/css/template.css approximately in line 699 you change the color style #FFFFFF.

#ja-topsl div.ja-moduletable h3, #ja-botsl div.ja-moduletable h3, #ja-topsl1 div.ja-moduletable h3, #ja-botsl1 div.ja-moduletable h3 { color: #FFFFFF; font-size: 127%; }

You can change the color of the contents using the text editor you are using.

Greetings.

AnswerQuote

Answered : 03/15/2012 11:35 pm

See also  HTML elements overlap
Loading Facebook Comments ...
Loading Disqus Comments ...