Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1486473
Page Background Color for Products/Categories
Closed

Comments

  • ehpdesigns started the conversation

    I've changed the page background color of the default shopping page.  However when a user goes to any of the categories pages it kicks back over to the standard/general background color.  Is there any way to have all the category/product pages have the same background color as the default shopping page?

  •  1,845
    Elated replied

    Hello,

    Please note that all category (archive) pages use the same layout, and this is how WordPress taxonomy works. All archive pages use globally defined page Background color in Elated Options >> General.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • ehpdesigns replied

    I have done that (made the adjustment on the general page background in the Elated Theme section).  But it still shows a white background when viewing the various categories:

    https://www.trishawaldrondesigns.com/shop/rings/

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .term-221 .eltdf-container {
        background-color: inherit;
    }

    This css above will be applied only on this page.

    If you want to apply this css for all product category pages, you can use this css below:

    .archive.tax-product_cat .eltdf-container {
        background-color: inherit;
    }



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • ehpdesigns replied

    That worked great, thank you.

    Is there another CSS I could add for all individual product pages as well?  Like this page: https://www.trishawaldrondesigns.com/product/eb991-etched-artisan-mixed-metal-bracelet/

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltdf-woo-single-page .eltdf-single-product-content {
        background-color: red;
    }



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.