• Hi there,

    how is it possible to change text and background colors (and maybe even font) of the category? I’m using Post Style 3.

    PS. I’ve tried several post sliders and post carousels but this plugin works the best in my opinion. Lots of options even in the free version. Hope we can expect further updates.

    Best regards
    ax

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Yes, Can you please provide me URL and your desired colors/fonts and I will send you the custom CSS code to do that.

    Regards

    Thread Starter axmann

    (@axmann)

    Thanks for your quick reply!

    My WordPress runs on localhost so I cannot give you URL. But what I’ve tried so far is to tweak this part of slick.css but nothing changed:

    .wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-category a {
      text-decoration: none;
      display: inherit;
      color: #fff;
      background: #000;
      font-size: 11px;
      padding: 2px 5px;
      margin-right: 2px;
    }

    Totally wrong?

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Please paste the following code in the custom CSS box, and make sure to clear the cache

    .wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-category a {
      color: #fff !important;
      background: red !important;
    }

    Regards

    • This reply was modified 5 years, 8 months ago by rameez_iqbal.
    Thread Starter axmann

    (@axmann)

    Thanks a lot but unfortunetly that’s not working. I’ve just figured out if I change the code within the file it works when I clean cache. But then when I refresh via F5 it skips back and displays default settings.

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Then it must be an issue related to the cache. I can help you if you somehow setup it on a live server and provide the URL because at this point I’m completely blind.

    Thread Starter axmann

    (@axmann)

    I see. Going to defer this issue until I can provide you an URL. I’ll post it here then.

    Thank you very much so far. Looking forward to upcoming updates.

    Best regards
    ax

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to change category color’ is closed to new replies.