Bacground Image on Home Page only

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 12, 2013 10:55 am
Reply with quote
Report this post
I use the Fest template in Joomla 3.x

Is there anybody knows how to leave the background image only on the home page and remove it from all other pages?

body {
background-image: url('../images/bg1920x.jpg')!important;

I would like also to disappear the Registration button.

Thank you for your help
Alexis
User avatar
Junior Boarder

GK User
Tue Nov 12, 2013 11:48 am
Reply with quote
Report this post
You can use conditional body css classes...
Please edit: wp-content/themes/Fest/css/override.css
Code: Select all
body {background-image:none !important;}
body.home {background-image: url('../images/bg1920x.jpg')!important;}


Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
User avatar
Moderator

GK User
Tue Nov 12, 2013 11:49 am
Reply with quote
Report this post
To hide the register button, use code:
Code: Select all
#gk-register {display: none;}
User avatar
Moderator

GK User
Thu Nov 14, 2013 10:09 am
Reply with quote
Report this post
Thank you very much.

I followed your instructions regarding the background image, but on all pages the background image dessapeared with overide CSS.

I use the template in Joomla 3.2 not in Wordpress.

Thank you
User avatar
Junior Boarder

GK User
Sat Nov 16, 2013 12:36 pm
Reply with quote
Report this post
Today I found this module "bgMax" and I resolved my problem with the background image. I would like to thank toy for your help.

Alexis
User avatar
Junior Boarder

GK User
Sun Nov 17, 2013 11:20 am
Reply with quote
Report this post
No problem.
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron