Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    In the customizer panel, Content->Post Metas, under Metas Design section, choose buttons and text.

    Add this to your style.css

    .entry-meta .btn-mini.btn-tag {
        background: #007196; //Adjust
    }
    .entry-meta .btn-mini.btn-category{
        background: #777; //Adjust
    }

    Thread Starter zeshankhanbwp

    (@zeshankhanbwp)

    Hi: Genius Menaka S. Thank you for reply i have applied the above code in Advance Css Editor plugin
    The code is given below:

    .entry-meta .btn-mini.btn-tag {
        background: #ffd700; //Adjust
    }
    .entry-meta .btn-mini.btn-category{
        background: #777; //Adjust
    }

    1-The above portion of the code which will have to change the tag background colour but not changes the background color of tag i changes the colour of the category
    The above portion of the code is given below”

    .entry-meta .btn-mini.btn-tag {
        background: #ffd700; //Adjust
    }

    2- The Second portion of the code will have to change the colour of the Category but it changes no thing.
    The second portion of the code is given below

    .entry-meta .btn-mini.btn-category{
        background: #777; //Adjust
    }

    Sory my english is not very good. All changes you will see in my Site
    Thanks
    zeeshan

    Hi zeeshan,
    Sorry about that. Yes, it is known (for customizr theme team) that btn-tag changes the colour of category. I missed it.
    And btn-category doesn’t do anything because you don’t have tags in your post metas.
    But I hope you requirement is taken care with this. Is it?

    Thread Starter zeshankhanbwp

    (@zeshankhanbwp)

    Hi Thank you very much no sory its ok. but i have tags…

    Can you show a screensheet of where you want the tag buttons?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Different Colours To Different Categories’ is closed to new replies.