Global color of product categories and tags

This topic has 3 replies, 3 voices, and was last updated 2 months ago ago by Andrew Mitchell

  • Avatar: kikjou
    Martin
    Participant
    September 22, 2023 at 10:19

    Hi,

    on the shop page and in single product tag and category names show in #888888 “et_main-color” and unusual font properties.

    Could you please tell me where those setting might be, because I could not find any more styling setting or these particular settings.

    .content-product .products-page-cats, .content-product .products-page-cats a, .content-product .products-page-brands, .content-product .products-page-brands a, .content-product .price {
    color: var(–et_main-color);
    }
    source: xstore/css/modules/woocommerce/archive.css?ver=0.0.1

    Best regards
    Martin

    2 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 22, 2023 at 11:51

    Hello, @Martin,

    We are writing to provide you with the necessary steps to alter the color of the pre-defined classes in the theme using Custom CSS.

    Please follow the instructions below:

    1. Copy the CSS code provided below.
    2. Navigate to Xstore >> Theme Options >> Theme Custom CSS >> Global CSS on your website.
    3. Paste the copied CSS code into the Global CSS section.
    4. Modify the color codes in the pasted code according to your preferences.

    Here is the CSS code:

    body {
        --et_main-color: red;
        --et_dark-color: #222;
        --et_active-color: #a4004f;
        --et_red-color: #c62828;
        --et_green-color: #222222;
        --et_blue-color: #1565c0;
        --et_orange-color: #f57f17;
        --et_yellow-color: #fdd835;
        --et_border-color: #e1e1f1;
        --et_light-color: #f7f7f7;
        --et_light-color2: #f2f2f2;
        --et_white-2-dark: #fff;
        --et_dark-2-white: #222;
    }

    We hope these instructions are clear. If you have any further questions or need additional assistance, please do not hesitate to contact us.

    Best Regards,
    8Theme’s Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 5, 2024 at 12:36

    Dear Martin,

    As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?

    Click here to share your valuable perspective: https://themeforest.net/downloads

    Your time and trust are highly appreciated!

    Best Regards,
    The 8Theme Team

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

The issue related to '‘global color of product categories and tags’' has been successfully resolved, and the topic is now closed for further responses

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