[Support request] Change link color for tags and categories

Home Forums Support [Support request] Change link color for tags and categories

Home Forums Support Change link color for tags and categories

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #416459
    Nigama

    Hi

    I would like to show the category and tag links in 2 different colors in posts.How to do this in CSS?

    And also how to add a Background image to widget title? Like the one in the below link

    http://tinypic.com/r/2zspi6s/9

    Thank you

    #416594
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    .cat-links a {
        color: #000;
    }
    .tags-links a {
        color: #000;
    }
    .sidebar .widget .widget-title {
        background-image: url(https://URL-HERE);
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.