Wordpress Multiple pages


Author Message
Dave

Posted: 12/8/2014
Quote message 

Hey Everyone,
I was able to design a theme that shows the background image, the problem is all the other pages in the site are have become unreadable.

For example if you visit: http://ecigdispatch.com/ that page is essentially ready to go.

Where the trouble starts is when you visit http://ecigdispatch.com/new-subscriber/, or http://ecigdispatch.com/legal/, you will notice it's illegible.


So how can I solve this? Or design a theme that has the image as the home page, but allows me to choose a white background for all the other pages?

I've tried to use Artisteer to create multiple pages for the theme, does not seem to cooperate.

Thoughts?

Thanks!!
-Dave
 
jrgweb

Posted: 12/8/2014
Quote message 

@Dave

For new subscriber page, add something like this to the bottom of the styles.css
.page-id-106 #art-main {background:#FFFFFF;}

and for the legal page
.page-id-64 #art-main {background:#FFFFFF!important;}

each page has an class "page-id-64" for legal and
.page-id-106 for the subscriber page
 
Dave

Posted: 12/8/2014
Quote message 


@jrgweb

ok.. sounds good. I think I can figure it out, although I can use some supplemental information if you are willing since I know zero about CSS.

Do you mean adding it within Wordpress via the theme editor, or does this occur in Artisteer? Plus the whole page ID does not make too much sense.

I'd bet the answer is a bit lengthy so please don't go too nuts :)

-Dave