[Resolved] Customize design of tag cloud and category cloud

Home Forums Support [Resolved] Customize design of tag cloud and category cloud

Home Forums Support Customize design of tag cloud and category cloud

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1032971
    C.

    Hello,

    I’m trying to adjust the design of the standard tag cloud and the category cloud. I was able to change the tag design to a black background with rounded edges using the following CSS:

    .tagcloud a {
        padding: 3px;
        background: black;
        color: white;
        border-radius: 10px;
    }

    How would I achieve the same for the categories? I just couldn’t find the correct selector for the category cloud (By the way, how would I do that? I tried with “inspect element”, but without success). Thank you.

    #1033013
    Leo
    Staff
    Customer Support

    Hi there,

    The category widget isn’t actually a cloud widget.

    You can target it with this CSS though:

    .sidebar li.cat-item a {
        background-color: #fff;
    }
    #1033332
    C.

    That works, thank you.

    #1033549
    Leo
    Staff
    Customer Support

    No problem 🙂

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