This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Changing color of a single page

Resolved 5 replies premiumthemetheme-vantage
11 years ago · Last reply by wjwilson42 11 years ago

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!!

URL: http://hypecreative.net

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. wjwilson42 11 years, 30 days ago

    Also, 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!

  2. Andrew Misplon Staff 11 years, 30 days ago

    Hi wjwilson42

    Each page has a unique class in the body tag, for example this forum thread is:

    postid-7892

    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.

  3. wjwilson42 11 years, 30 days ago

    Hello,

    Neither of the above codes worked. I’ll send you my login details via the support email…..

    Thanks!

  4. Andrew Misplon Staff 11 years, 29 days ago

    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.

  5. wjwilson42 11 years, 29 days ago

    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.

Have a different question or issue?

Start New Thread