Home Forums WoodMart support forum Change font color

Change font color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302577

    Laufer
    Participant

    I would like to change font color in WP TAG Cloud element.
    Please advise

    #302646

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget[class*="_tag_cloud"] .tagcloud a {
        color: red;
    }

    Best Regards

    #302770

    Laufer
    Participant

    Thank you. How change text size?

    #302968

    Hello,

    You are most welcome.

    Please Replace the previous Custom CSS with the following then clear cache and check back.

    .widget[class*="_tag_cloud"] .tagcloud a {
    color: red;
    font-size: 20px;
    }

    You can set the font size and color according to your needs.

    Best Regards.

Tagged: 

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