Site logo

Archived topic

How to change category style on wpshowposts?

5 replies · Started by Former User on August 27, 2020

Viewing posts 1–6 of 6

Hello,

I would like to change style of categories on postlisting to wpshowposts like the ones on the website bellow?

How I can achieve that?

Thanks!

Sara

Hi there,

Unfortunately this would require a bit of custom coding which is out of the scope of this forum - it's also not a GP related question.

Please be mindful that the questions related to this forum should be directly related to GP and we have to be careful with how much custom coding we provide so it's fair for all users.

Please refer to the forum rules for more info:
https://www.screencast.com/t/tYqB4Ig7Lms

Thanks for your understanding :)

What do you mean with "require a bit of custom coding which is out of the scope of this forum"? Its basically changing background color and text color. And besides correct me if I am wrong but, wpshowposts its plugin developed by generatepress team, right? then I don't understand why you cannot provide the support for something like that.

I had place link of my website.

And by the way forum rules don't seem to apply on this situation since this plugin is developed by your team not a third party.

You could try CSS like this:

.wp-show-posts-terms {
    background-color: #000;
    padding: 2px 7px;
}
.wp-show-posts-terms a {
    color: #fff;
}

As for the forum rule, the second point specifically mentioned "Topics should be directly related to the theme or GP Premium. We're not able to provide support for other plugins/services at this time. Basic coding help is allowed if it's specific to theme/GP Premium features."

https://www.screencast.com/t/id9EHS82

This archived topic is closed to new replies.