Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how to change css for one ez-page?

how to change css for one ez-page?

Views: 1,263

Results 1 to 3 of 3
24 Aug 2011, 9:47 AM
#1
blrw avatar

blrw

New Zenner

Join Date:
Aug 2011
Posts:
8
Plugin Contributions:
0

how to change css for one ez-page?

Hi all,
I have been reading these posts and though I have learned a lot, I still can't seem to figure this out. I bought a template and even though it's still rough, it's getting there. I want to make the "riders", "sponsors" and "events" pages with content only (no products). I want to remove all the footer info--especially the search function, but if I change the css file, it will take it off all the pages. Correct? Do I make a new style sheet and if so what do I name it and where do I put it? This is the site so far https://www.scloverworld.com
Thank you in advance for any help!

9 Mar 2012, 11:10 AM
#3
blackriver avatar

blackriver

New Zenner

Join Date:
Mar 2011
Posts:
18
Plugin Contributions:
0

Re: how to change css for one ez-page?

Wow! Thank you so much for this - I used the plugin above to set up a new style sheet so that I could disable the banners from appearing on a specific ezpage. After spending days trawling through my code and posts on the forum I finally did it in less than 5mins thanks for your help!

Here is the code I used for anyone else having this problem!

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix
{display:none}

:clap: