Skip to:
Content
Pages
Categories
Search
Top
Bottom

Headings in forum are to long

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robin-w

    Moderator

    try

    .bbp-header {
    font-size : 10px ;
    }

    @dotplus

    Participant

    Hi Robin,

    If I put it in the CSS section of my theme it doesn’t work. Is there another place where I can put this code? Thanks!

    @robin-w

    Moderator

    ok, try this instead

    #bbpress-forums ul.forum-titles li.bbp-forum-info
    			{
    				font-size:  10px !important ;
    			}
    		 
    			#bbpress-forums ul.forum-titles li.bbp-forum-topic-count{
    				font-size: 10px !important ;
    			}
    
    			#bbpress-forums ul.forum-titles li.bbp-forum-reply-count{
    				font-size:  10px !important ;
    
    			}
    
    			#bbpress-forums ul.forum-titles li.bbp-forum-freshness{
    				font-size:  10px !important ;
    			}

    @dotplus

    Participant

    Perfect! Thank you very much!!!!

    @robin-w

    Moderator

    great – glad you are fixed

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar