styling only my front page not the whole site

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
Sat Oct 18, 2014 2:26 pm
Reply with quote
Report this post
I have a css style gradient in my body tag in my template css. file. It styles the whole site that way. I want my product, category pages to have a white background.
User avatar
Fresh Boarder

GK User
Sat Oct 18, 2014 6:52 pm
Reply with quote
Report this post
Please use a page suffix for your homepage and then address element that has a parent of that class.
https://www.gavick.com/documentation/un ... mla-pages/
User avatar
Moderator

GK User
Sun Oct 19, 2014 3:33 am
Reply with quote
Report this post
address element that has a parent of that class? What do you mean
User avatar
Fresh Boarder

GK User
Mon Oct 20, 2014 4:51 pm
Reply with quote
Report this post
If you style body, then use:
Code: Select all
body.frontpage {}

assuming frontpage is your homepage suffix.
User avatar
Moderator

GK User
Mon Oct 20, 2014 4:53 pm
Reply with quote
Report this post
If you style body, then use:
Code: Select all
body.frontpage {}

assuming frontpage is your homepage suffix.
User avatar
Moderator


cron