BuddyBoss Home – Web Support Forums Solutions Social MarketPlace How to change: Featured category

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #64617
    @bruce7075

    Hi @buddyboss, please kindly advise how to change:

    1. the background color and transparency of the title of featured category
    2. hide the number of items for each featured category

    Thanks very much!

    Bruce

    Answers

    #65190

    Anonymous
    @

    Hi @bruce7075
    You can use following class for it

    
    .bm-f-category .f-cat-des .table-cell {
    background-color: #ddd;
    }
    .style1 .bm-f-category .f-cat-des h5 {
    opacity: 1;
    }
    

    For number it’s also use the same class. You can keep text color same and your background color to hide it.

    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘How to change: Featured category’ is closed to new replies.