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

    @robin-w

    try

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

    dotplus
    Participant

    @dotplus

    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

    @robin-w

    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

    @dotplus

    Perfect! Thank you very much!!!!


    Robin W
    Moderator

    @robin-w

    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