Blog - by mymonic - on WordPress WooCommerce support

This topic has 18 replies, 3 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler

  • Avatar: mymonic
    mymonic
    Participant
    August 9, 2019 at 09:26

    How can I change the format of blog tags?
    thank you

    17 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2019 at 09:34

    Hello,

    Please describe the desired result in more details.

    Regards

    Avatar: mymonic
    mymonic
    Participant
    August 9, 2019 at 09:49

    On the blog page, in each post, a black category label. This is what I want to change.
    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2019 at 09:53

    You need to use custom CSS code (Theme Options > Custom CSS).

    Regards

    Avatar: mymonic
    mymonic
    Participant
    August 9, 2019 at 10:18

    Please, can you explain a little more detailed. Sorry I’m new to this and I find it very difficult.
    Thanks for the support

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2019 at 10:34

    The code depends on what you want to achieve, for example, adding this code

    .blog-post .post-categories {
        background-color: green;
        color: black;
    }
    .blog-post .post-categories a {
        color: black;
        font-size: 30px;
    }

    will give – http://prntscr.com/oqfx0z
    We can help you with the custom css code, just describe what exactly do you want to change (font-size, border, background?).
    https://www.w3schools.com/css/

    Regards

    Avatar: mymonic
    mymonic
    Participant
    August 9, 2019 at 10:50

    Gray – black
    But it’s not working ….

    .blog-post.post-categories{background-color:gray;color:black;}
    .blog-post.post-categories a{color:black;font-size:30px;}

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2019 at 10:52

    Theme Options > Custom CSS > http://prntscr.com/oqgckw

    Regards

    Avatar: mymonic
    mymonic
    Participant
    August 9, 2019 at 11:01

    Gray – black
    But it’s not working ….

    .blog-post.post-categories{background-color:gray;color:black;}
    .blog-post.post-categories a{color:black;font-size:30px;}

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 9, 2019 at 11:21

    Hello,

    Do you use cache plugin or CDN? Have you cleared the plugin/CDN cache?

    Regards

    Avatar: mymonic
    mymonic
    Participant
    August 9, 2019 at 11:37

    I put it as is, in the window
    Global Custom CSS

    cleared cache

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2019 at 12:09

    Please provide URL and temporary wp-admin access http://prntscr.com/oqhgm2 , so we can take a closer look at your site.

    Regards

    Avatar: mymonic
    mymonic
    Participant
    August 9, 2019 at 14:15

    Private

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2019 at 14:18

    Please set the administrator role for the user.

    Regards

    Avatar: mymonic
    mymonic
    Participant
    August 9, 2019 at 15:24

    Sorry ..
    You already have it changed

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2019 at 16:02
    Avatar: mymonic
    mymonic
    Participant
    August 9, 2019 at 16:35

    Perfect !!
    Thank you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2019 at 07:57

    You’re welcome!

    Regards

  • Viewing 18 results - 1 through 18 (of 18 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.