New Landing How can we help? Themeforest Theme Support Dante How to change color of Tags

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #105495
    James
    Member
    Post count: 8

    How to change the color of the tags in the tags widget? Thanks

    #105684
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    /*you can change color code*/

    .widget .wp-tag-cloud li a {
        background: none repeat scroll 0 0 #DB871B !important;
        border-color: #e4e4e4;
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #108788
    James
    Member
    Post count: 8

    Works great, what about the font color? Thanks.

    #108789
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add this rule also color:#ff0000 !important; so code will be:

    .widget .wp-tag-cloud li a {
        background: none repeat scroll 0 0 #DB871B !important;
        border-color: #e4e4e4;color:#ff0000 !important;
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register