Problem with background colours - Joomla! Forum - community, help and support
could me background colours please?
1, in new web site (http://marrisfamilyhistory.uk), have opted "static" rather "fluid" layout and, now, have set "template colour" shade of blue , "background colour" light brown. works there couple of articles "background colour" still white (e.g. http://www.marrisfamilyhistory.uk/index ... and-barton).
i've spent hours trying track down cause have totally failed. had assumed "background colour" setting applied every web page on site. ideas?
2. secondly, how 1 change background colour of specific template "positon" (e.g. position 7 which, on web site, contains secondary menu on over right hand side). position 7 has style called "well outline" i've been able track down. find it?
1, in new web site (http://marrisfamilyhistory.uk), have opted "static" rather "fluid" layout and, now, have set "template colour" shade of blue , "background colour" light brown. works there couple of articles "background colour" still white (e.g. http://www.marrisfamilyhistory.uk/index ... and-barton).
i've spent hours trying track down cause have totally failed. had assumed "background colour" setting applied every web page on site. ideas?
2. secondly, how 1 change background colour of specific template "positon" (e.g. position 7 which, on web site, contains secondary menu on over right hand side). position 7 has style called "well outline" i've been able track down. find it?
you seem using different template page mentioned.
your main template is:
protostar/css/template.css line 38 body.site
the template used on marris-of-newark-and-barton page is:
marris/css/template.css line 37 body.site
the colour background of module holds sidebar menu in template.css line 2122 , begins: .well {background:#ff0000;}
you can track down css styling using firebug - firefox extension.
hope helps.
your main template is:
protostar/css/template.css line 38 body.site
the template used on marris-of-newark-and-barton page is:
marris/css/template.css line 37 body.site
the colour background of module holds sidebar menu in template.css line 2122 , begins: .well {background:#ff0000;}
you can track down css styling using firebug - firefox extension.
hope helps.
Comments
Post a Comment