Meet Gavern insert a image in homepage Header

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Thu Feb 06, 2014 5:39 pm
Hi, Is there a way to get a image on the header "code" in Meet Gavern's homepage header? I tried setting a picture there on the "background picture", but some had repeat-x and looked messy.

In alternative, you can just tell me the width and height that "fits" there with no repeat.

Thanks. :D
User avatar
Junior Boarder

GK User
Thu Feb 06, 2014 7:08 pm
You can set no-repeat with use of css and override.css on that image.
User avatar
Moderator

GK User
Fri Feb 07, 2014 11:59 am
Hi Cyberek.

Thanks for the response. I although have some problem getting to that element. I'm fairly new to CSS, but I have been trying some things with no success, can you check out whats wrong?

Editing the override.css, I have added the code "{background-repeat:no-repeat;background-position:center;}" to several elements:

.custom
div.custom
container-fluid .custom
#gk-header .custom
#gk-header div.custom
#gk-header .container-fluid div.custom (this is really stretching, but I was desperate, don't judge me :D )

None of these work. What should it be?

I have checked that Override Css is enabled on the template options, and I also tried it using firebug, so I know that works, I'm probably just not finding the right scope.
User avatar
Junior Boarder

GK User
Sat Feb 08, 2014 9:00 pm
Could You please post an url to your site?
Please post also a link to image that should become a background.
User avatar
Moderator

GK User
Mon Feb 10, 2014 10:55 am
Hi.

The link where this happens is http://irispad.net/ .

The image that is set as "background" is http://irispad.net/images/eye.png .

Thank you.
User avatar
Junior Boarder

GK User
Tue Feb 11, 2014 10:58 am
Please modify elements style to this:
Code: Select all
background: url(/images/eye.png) 0 0 no-repeat;
User avatar
Moderator


cron