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.

Replies

10
  1. Andrew Misplon Staff 10 years, 9 months ago

    Hi Bomber929

    Try adding the following to Appearance > Custom CSS:

    /* Cig Kits */
    .page-id-52 .entry-header { display: none; }

    Hope that helps.

  2. bomber929 10 years, 9 months ago

    Thanks dude I'll give it a go. Only drama is I don't have custom CSS after appearance

  3. Andrew Misplon Staff 10 years, 9 months ago

    Apologies, that’s part of Vantage Premium. In Free you can use:

    https://wordpress.org/plugins/simple-custom-css/

  4. bomber929 10 years, 8 months ago

    Hello again Mr Mislopin. Imafraid it hasn't worked.
    [image: Inline image 1]
    [image: Inline image 2]
    [image: Inline image 3]

    if you are able to help any further that's appreciated but please don't worry if not its not a huge issue.

  5. Magus Staff 10 years, 8 months ago

    Hi Bomber929

    Please try this in Custom CSS

    .page-id-52 #main {
      padding-top: 0px !important;
    }

    Let us know how you get on

    Magus

  6. bomber929 10 years, 8 months ago

    Thanks Magus, will do.

  7. bomber929 10 years, 8 months ago

    Magus that worked brilliantly. Ok dont hate me but how can I adapt this towork on my accessories and subsequent pages? I cant see a clear bit of code to identify the page.

    [image: Inline image 1]

  8. Magus Staff 10 years, 8 months ago

    Hi Bomber929

    You will need to inspect the page to find the page ID and add a new CSS snippet using that page ID

    https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

    When you have the page ID you can either add a copy of the above CSS or just add the required target to the existing snippet (recommended) so your new snippet will look like this.

    .page-id-52 #main, .page-id-5 #main {
      padding-top: 0px !important;
    }

    I have used the page ID from your accessories page in the example above, and you can add the other pages separated by a comma.

    Let us know how you get on

    Magus

  9. bomber929 10 years, 8 months ago

    Legend thanks Magus

  10. Magus Staff 10 years, 8 months ago

    Hi Bomber929

    No worries :)

    If you need any more help, please feel free to open a new support thread.

    Magus

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