change the BG color of the row with the top7,8,9,10

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Mon Jul 30, 2012 6:06 am
I would like to put in a BG for the row that holds top7,8,9,10 modules and also for the bottom module row 1 thru 4 and have it stretch the full width of the the screen like the header mod.

thanks for the help

http://rmgsilver.com/index.php/selling-precious-metals
User avatar
Senior Boarder

GK User
Mon Jul 30, 2012 12:35 pm
Hi,

Please try adding this code to CSS Override:
Code: Select all
#gkTop2{
background: none repeat scroll 0 0 black; //this will change BG color to be black
}
User avatar
Platinum Boarder

GK User
Mon Jul 30, 2012 3:01 pm
works great just need it to stretch the entire page like the header

tried putting
width: 100%;
at the end
User avatar
Senior Boarder

GK User
Mon Jul 30, 2012 3:18 pm
this is what I tried, Not showing up so what did I do wrong?

#gkTop2{
background: url("images/gold_bg.png") no-repeat scroll center #cf8a2d;
width: 100%;
}
User avatar
Senior Boarder

GK User
Mon Jul 30, 2012 4:21 pm
Please try this:
Code: Select all
#gkPage{
background: url("images/gold_bg.png") no-repeat scroll center #cf8a2d;
}
User avatar
Platinum Boarder

GK User
Mon Jul 30, 2012 4:38 pm
still getting an not able to load the image in firebug
User avatar
Senior Boarder

GK User
Mon Jul 30, 2012 4:43 pm
Please try giving it an absolute URL to the image.
User avatar
Platinum Boarder


cron