Categories Text color and position of articles

This topic has 16 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler

  • Avatar: TorbenGrow
    TorbenGrow
    Participant
    November 7, 2018 at 11:43

    Hello,

    we have the problem that in our categories, for the animal theme, the articles start right next to the categories and not below (see screenshot) And then we would like to know where we can adjust the font color, in the theme editor and the CSS we found nothing.

    https://www.awesomescreenshot.com/image/3712672/61a5f3134c5e5a6c6fbaef5f6881035d

    Yours sincerely

    15 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 7, 2018 at 11:48

    Hello,

    Please provide URL so we can take a closer look.
    Theme options > Shop elements > Categories > Categories text color.

    Regards

    Avatar: TorbenGrow
    TorbenGrow
    Participant
    November 8, 2018 at 08:07

    Then we have the problem, usually it’s just a small stripe with the text. By some override or CSS setting, this is displayed much too big.

    https://www.awesomescreenshot.com/image/3714719/dadfefc9223993eff5643a76b95e1acf

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2018 at 08:29

    This is caused by one of your plugins – https://prnt.sc/lfr6qy you can change it in settings of the plugin or add this custom css code in Theme Options > Custom css > Global custom css:

    #cookie-notice {
        min-width: unset;
    }

    Regards

    Avatar: TorbenGrow
    TorbenGrow
    Participant
    November 8, 2018 at 08:54

    Hello,

    thank you very much for your quick feedback.

    Unfortunately the CSS snippet didn’t work. Here’s a screenshot of what the cookie hint should look like. We use the module with many templates, unfortunately there is a problem with the representation only with your template, not only height and width but also the colors.

    https://www.awesomescreenshot.com/image/3714757/0cd9580b8675532f251199adccd99bfa

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2018 at 09:26

    Hello,

    Please add this code in Global custom css:

    #cookie-notice {
        background-color: rgb(51, 51, 51) !important;
        min-width: unset;
    }
    #cookie-notice .button.wp-default {
        color: #333333 !important;
    }

    then clear cache and check the result.

    Regards

    Avatar: TorbenGrow
    TorbenGrow
    Participant
    November 8, 2018 at 09:37

    Of course the colors are better, but unfortunately not the right size of the Coockis banner and the buttons are full wide.

    http://www.awesomescreenshot.com/image/3714795/c1a6c7c9f4df970c1be605bf2d840859

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2018 at 09:44

    Please change the previous code to:

    #cookie-notice {
        background-color: rgb(51,51,51) !important;
        min-width: unset !important;
    }
    #cookie-notice .button.wp-default {
        color: #333 !important;
    }

    Regards

    Avatar: TorbenGrow
    TorbenGrow
    Participant
    November 8, 2018 at 09:58

    Hello again,

    is not the best solution at the moment, but sufficient, thank you very much.

    http://www.awesomescreenshot.com/image/3714826/02726f37aedcb609fc50d9b7a6d46946

    Can you help us above with the problem with the articles that are displayed directly next to the subcategory images, there is no pagination here?

    http://www.awesomescreenshot.com/image/3712672/61a5f3134c5e5a6c6fbaef5f6881035d

    Can you help us above with the problem with the articles that are displayed directly next to the subcategory images, there is no pagination here?

    http://www.awesomescreenshot.com/image/3714826/02726f37aedcb609fc50d9b7a6d46946

    And the background for the texts somewhat more transparent`.
    https://www.awesomescreenshot.com/image/3714829/f50b7dbc1ae5e4ba644c2ec5806ece91

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2018 at 10:17

    You’re welcome!
    Please provide links to pages from your screenshots and temporary wp-admin access.

    Regards

    Avatar: TorbenGrow
    TorbenGrow
    Participant
    November 8, 2018 at 10:27

    Thank you, here are the dates

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2018 at 10:39

    It works in the same way with the default WooComemrce theme – Storefront – https://prnt.sc/lfsq7j This can be changed only by additional customization. Additional customization is not included in our basic support. You can contact woocommerce support.
    To change the background color, add this custom css:

    .category-grid.text-color-white.style-with-bg .categories-mask {
        background-color: #2120205c;
    }

    Regards

    Avatar: TorbenGrow
    TorbenGrow
    Participant
    December 4, 2018 at 12:10

    Hello again,

    unfortunately the background color of the category texts disappeared with the last update. The following code does not work anymore.

    .category-grid.text-color-white.style-with-bg .categories-mask {
    background-color: #2120205c;
    }

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 12:35

    Hello,

    .category-grid .categories-mask {
        background-color: #2120205c;
    }

    Regards

    Avatar: TorbenGrow
    TorbenGrow
    Participant
    December 4, 2018 at 12:39

    Thank you so much. It worked best.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 12:42

    You’re welcome!

    Regards

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

The issue related to '‘Categories Text color and position of articles’' 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.