Home>Support>Changing color of a single page

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

URL: http://hypecreative.net

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 8 months ago wjwilson42

    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. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 8 months ago wjwilson42

    Hello,

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

    Thanks!

  4. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 8 months ago wjwilson42

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More