[Resolved] Tags without the tag cloud

Home Forums Support [Resolved] Tags without the tag cloud

Home Forums Support Tags without the tag cloud

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1025432
    Janet Davis

    Hello,

    Is it possible to have tags as another searchable option in a widget but not the tag cloud?

    This way the recent posts, archives, categories, and tags all look the same.

    Thank you
    Janet

    #1025507
    Leo
    Staff
    Customer Support

    Hi there,

    Not sure if I understand.

    Can you explain a bit more?

    Let me know πŸ™‚

    #1025574
    Janet Davis

    I would like to use tags in the widget just like I used the category and have them look the same.
    When you use the tag cloud it looks ridiculous.

    Does this clarify my question?
    Thank you

    #1025579
    Leo
    Staff
    Customer Support

    The tagcloud widget has font-size: 22px; added as inline style:
    https://www.screencast.com/t/UbRkY3pexDT

    Are you able to remove that?

    #1025585
    Janet Davis

    This is not in the css in additional CSS on the site.

    How would I remove it if it is not in that area?

    #1025594
    Leo
    Staff
    Customer Support

    I guess the tag cloud widget just has default inline style added to it to make it look like clouds.

    Surprised that there is no simple tags widget from WordPress.

    Try this CSS:

    .sidebar #tag_cloud-2 .tagcloud a.tag-cloud-link {
        font-size: 13px !important;
        display: block;
    }

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

    Let me know πŸ™‚

    #1025609
    Janet Davis

    That worked – thank you

    #1025610
    Janet Davis

    Sorry it almost worked.

    The font is smaller yes – But they all run together instead of one tag being on each line

    #1025612
    Leo
    Staff
    Customer Support
    #1025645
    Janet Davis

    that did it thank you.

    #1025671
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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