[Resolved] Deleting content background-color for a single page

Home Forums Support [Resolved] Deleting content background-color for a single page

Home Forums Support Deleting content background-color for a single page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1407603
    Erika

    Hi there,
    I struggle with deleting the background-color of the content-container for a single page.
    If I set the background color to transparent in the customizer, then of course it sets the background transparent on all pages. I would like to set the background for the content only on the first page.
    I tried this in the additional CSS (ans several others…):
    .page-id-99 #content .site-content {
    background-color:rgba(255,255,255,0);
    }
    I also tried background-color:none;
    But it makes no changes ๐Ÿ™ What do I miss here?
    Thanks, Erika

    #1407670
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .home.one-container .container {
        background-color: rgba(255,255,255,0);
    }
    #1407720
    Erika

    Hi David,

    absolutely fantastic, I would not have found this ๐Ÿ˜‰

    Thanks! Erika

    #1407722
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.