Shape 5

Joomla Templates => Corpway - Club => : cspgsl July 21, 2014, 08:30:50 AM



: Change background of s5_header_area2
: cspgsl July 21, 2014, 08:30:50 AM
I want to add a background image to the header area which is shown to be s5_header_area2 in Firebug. 

I added an image to #s5_header_area_inner but I cannot format the height of the position.

Never mind, I found that the logo set's the height



: Re: Change background of s5_header_area2
: mikenicoll July 21, 2014, 04:28:51 PM
Glad you got it sorted!


: Re: Change background of s5_header_area2
: lsghro September 03, 2014, 02:26:24 AM
hello,
I want to insert a background image in s5_header_area.
where is declared? in which CSS? or does it fom in the template settings?

thank you


: Re: Change background of s5_header_area2
: mikenicoll September 03, 2014, 10:07:55 PM
Hello,

You can do this via the custom.css targeting the following div ID.

Here is an example for a solid color:

:
#s5_header_area1 {
  background: #ff0000 !important;}