Skip to:
Content
Pages
Categories
Search
Top
Bottom

Topic submission form customisation


  • zokkoz
    Participant

    @zokkoz

    Hi,

    Can you please help me:

    1. Make the topic title box full width;
    2. Hide the topic description box on topic submission form;
    3. Make the topic tag box full width;
    4. Make the submit button full width with background color set to #c70000 and text color #ffffff

    Here is a screenshot of what I exactly need: https://prnt.sc/em8Khe5pOfEU

    Kindly,

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    so you are happy that in the forum display, the topic content box will be there, but show nothing ?

    for 1,3&4

    #bbpress-forums fieldset.bbp-form input[type="text"] {
    	width: 100% !important;
    }
    div.bbp-submit-wrapper {
    width: 100%;
    }

    add this to the custom css of your theme

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