BuddyBoss Home – Web Support Forums Themes BuddyBoss theme CSS inconsistency in Global-Search-Plugin

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

    #47287
    @mth75

    Hi @@vapvarun ,

    I noticed that the background color of the numbers in the tabs from the search results pages don’t inherit the color as set in the customize “page”. Hence the color is the default greenish from as default in the Buddyboss theme.

    I overwrote it in my custom css with

    /* Number icon */
    		#buddypress div#subnav.item-list-tabs ul li a span,
    	#buddypress > div[role="navigation"].item-list-tabs ul li a span,
    		#buddypress div:not(#item-nav) .item-list-tabs ul li a span,
    		#buddypress .dir-form div.item-list-tabs ul li a span,
    		.bp-legacy div#item-body div.item-list-tabs ul li a span {
    			background-color: #2792e3;
    			}
    

    For the time being and for the next version!

    Thx,

    Marc

    Answers

    #47294

    Anonymous
    @

    Hi @mth75 , thanks for the suggestion
    I have submitted it to developers.
    Regards

    #47502
    @mth75

    @vapvarun

    The same goes for the load more button in the mobile theme (activity page/buddyboss theme).

    Regards

    #47508

    Anonymous
    @

    Included note for load more button
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘CSS inconsistency in Global-Search-Plugin’ is closed to new replies.