Changing color of a single page
Hello,
I searched through the forum for this answer but found nothing that could help me. I would like to change the background color of the “Print Design” page (Services > Print Design) without changing every other page. Please advise,
Thank You!!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Also, once I added the “Print Design” under the “Services” page, the dropdown menu box seems to be off balance. How would I go about changing it so it looks more balanced?
Thank you again!
Hi wjwilson42
Each page has a unique class in the body tag, for example this forum thread is:
Knowing that you can target elements on that page:
.postid-7892 body { background: #000; }Try this to help the drop down menu:
/* Vantage Sub Menu Width */ .main-navigation ul ul a { width: auto !important; } .main-navigation ul ul li { min-width: 250px; white-space: nowrap; width: 100%; }I didn’t have a chance to find your login details from our previous chat so this is un-seen. Hope that helps.
Hello,
Neither of the above codes worked. I’ll send you my login details via the support email…..
Thanks!
No problem. To confirm though, the first CSS I sent through was just the principle of how to do it. Sorry if I didn’t make that clear.
You were clear, I just plugged my postid # and color code in. It just didn’t work for some reason – so I sent my login details in to see if you could get it to work.
Thank You!!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.