Archived topic
Widget Graphics
5 replies · Started by Pavol Juhasz on September 3, 2015
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
Hi there,
Are you basically wanting boxes around your tags in the widget and in your posts?
Well, yes ^^
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/
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.
Perfect :)
Glad you're enjoying the theme!
