[Support request] How to change category style on wpshowposts?

Home Forums Support [Support request] How to change category style on wpshowposts?

Home Forums Support How to change category style on wpshowposts?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1420913
    Anonymous

    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

    #1420979
    Leo
    Staff
    Customer Support

    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 🙂

    #1420986
    Anonymous

    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.

    #1420990
    Leo
    Staff
    Customer Support

    It is correct that it’s developed by GP but it’s also a separate product with its own support forum:
    https://wpshowposts.com/support/area/pro-support/

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

    If it’s just the color you’d like to change then I can help you to get started if you can link me to the site in question?

    #1421020
    Anonymous

    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.

    #1421030
    Leo
    Staff
    Customer Support

    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

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