Shop Page Custom CSS not loading - by aasimon

This topic has 2 replies, 2 voices, and was last updated 7 years, 12 months ago ago by Eva Kemp

  • Avatar: aasimon
    aasimon
    Participant
    April 25, 2016 at 00:49

    I created a seperate page for shop and assigned it from woocommerce settings.
    Page is called “shop” I gave that specific page a different background color from visual editor custom css.
    It does not load. Other pages custo css get loaded properly.
    Only the shop page’s custom css does not get loaded.

    How can I have a custom css for shop / categories / product pages?

    Thanks.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    April 25, 2016 at 08:41

    Hello,

    There is no possibility to add different styles for categories and shop page because one template is used for those pages.
    Add this code to Theme options > Custom CSS > Global Custom CSS:

    .archive body, .archive .st-content, .archive .page-wrapper, .archive .fixNav-enabled {
      background-color: #bbb6a8;
    }
    
    .archive .menu-item > a {
     color: white;
    }

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.