• Resolved Wilson

    (@willy210385)


    How do I make the background of the title of the thread in the process of editing is fixed on a color and not that changes color if you click in the box to write?

    I’m talking of the page where you can start a new topic. The title is colored background color chosen only when I click inside to write, I would like this to be fixed on the chosen color.

    Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Robin W

    (@robin-w)

    try this in the custom css tab

    #bbpress-forums input[type="text"], textarea, #bbpress-forums input[type="text"]:focus, textarea:focus, #bbpress-forums .quicktags-toolbar {
      background-color: #f9f9f9 !important;
    }
    Thread Starter Wilson

    (@willy210385)

    yessss!!!!
    I saw that we can also help us to remove the search bar in the forum? Thank you very much ??

    Plugin Author Robin W

    (@robin-w)

    to remove search completely

    dashboard>settings>forums>search and remove allow forum wide search

    to remove it from the forums list, but have it in widgets

    .bbp-search-form {
    display : none ;
    } 
    
    • This reply was modified 8 years ago by Robin W.
    Thread Starter Wilson

    (@willy210385)

    It’s ok but only with che code css…
    You are really great! Thank you!!!!!!!

    Plugin Author Robin W

    (@robin-w)

    It’s ok but only with che code css…

    sorry don’t understand…

    • This reply was modified 8 years ago by Robin W.
    Thread Starter Wilson

    (@willy210385)

    It works only with the code ??

    Plugin Author Robin W

    (@robin-w)

    ok, I’ll add it as an option at some stage

    Thread Starter Wilson

    (@willy210385)

    Yes, It’s a good idea!
    if you want I would have other suggestions.
    Bye bye and thanks!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘TOPIC styling’ is closed to new replies.