[Resolved] Widget Graphics

Home Forums Support [Resolved] Widget Graphics

Home Forums Support Widget Graphics

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #134099
    Pavol Juhasz

    Hello,

    I would like to know how to change simple widget grapics (default) to widgets like in this website

    I’m especially interested in tag cloud widget and tags after every post.

    Thanks,

    kind regards,

    Pavol Juhasz

    #134107
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Are you basically wanting boxes around your tags in the widget and in your posts?

    #134159
    Pavol Juhasz

    Well, yes ^^

    #134205
    Tom
    Lead Developer
    Lead Developer

    You can try something like this:

    .tagcloud a,
    .tags-links a {
        background-color: #DDD;
        padding: 1px 4px;
        margin: 5px 2px;
        display: inline-block;
    }

    Then you’ll want to add this function to remove the commas between tags: https://gist.github.com/generatepress/9af09be92a3bce25fc12

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/
    Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/

    #134220
    Pavol Juhasz

    Excellent. Working nicely.

    I’m saving every CSS & PHP advice of yours by the way, so I won’t need to bother you in the future with the same questions, just couldn’t find this one.

    Happy with your Theme & Plugins by the way ๐Ÿ™‚

    Keep up the good work.

    #134322
    Tom
    Lead Developer
    Lead Developer

    Perfect ๐Ÿ™‚

    Glad you’re enjoying the theme!

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