This topic has 2 replies, 2 voices, and was last updated 9 years by clarksvilleoutloud.

  • Author
  • #72374

    Is it possible to style the “read more” button per category as such

    .btn-default .category-mycategory {
    background-color: red !important;
    }

    .btn-default .category-mycategory2 {
    background-color: yellow !important;
    }

    Because I use this for the standard blog listing background but it doesn’t seem to do work properly.

    What can I do to achieve this.

    #72443
     sharmstr
    Moderator

    As I explained before, each listing has a .category-xxx output. So, it would be this.

    .category-xxx .btn-default {
    background-color: red !important;
    }

    .category-zzz .btn-default {
    background-color: yellow !important;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #72517

    worked. thanks

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?