forum pages

Home Forums Legacy Support Support queries Styling issues forum pages

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #231888
    MeesterGijs
    Spectator
    Hello, I can't get these changes. 1) How do I delete this and move this to the middle of the header? And how do I get the search bar to be in the middle height of the header? url: https://meestergijs.nl/forum/   2) At specific forum pages I don't want a search bar. How do I delete this? And how do I get the button to be in the middle height of the header? url (example): https://meestergijs.nl/forum/aangeplakte-vragen/   Thanks!
    #231938
    Veronica
    Moderator
    hi, as you can see here: http://somup.com/cqXVj4fify in our DOM there is no such a font tag in page title but at your page, there are extra font elements in which the content is available. so if I made changes at that font element then all the font elements of that page will be affected, because there is no specific id or class is assigned to that font element.
    and for alignment center you can use this code: .bbpress .bbp-search-form { padding-top:40px !important; right:400px !important; } .bbpress #title .bbp-search-form:after{ top:63px !important; }
    check from here: http://prntscr.com/pr1hue
    and for the second one, you can use this css
    .postid-6025 .bbp-search-form form#bbp-search-form div { display: none !important; } .postid-6025 a.button.full.course_button { right:250px !important; top:15px !important; }
    note: for the second one it will make changes only at the same page if you want that it remove from all the pages then delete the ".postid-6025".
    check this:http://prntscr.com/pr1kvb
    #232009
    MeesterGijs
    Spectator
    First issue fixed. Thank you :) Seconf issue fixed. Thank you so much. It bothered me for so long. Love this! You've made my weekend (that sounds sad, but it's true haha). Thank you, Veronica.
    #232012
    MeesterGijs
    Spectator
    Oh, sorry. Too happy too soon. Because I deleted the forum search bar from all specific pages with the second code I now deleted the white bar from the /forum page. Have a look. So how can I use the second code you gave me without losing the search bar at /forum?
    #232049
    logan
    Member

    Hello,

    to bring the search box again remove this css from customizer.

    .postid-6025 .bbp-search-form form#bbp-search-form div {

    display: none !important;

    }

    #232067
    MeesterGijs
    Spectator
    Logan :)   If I do that I also get the search bar back at all the specific forums. I just want it active/visible at www.meestergijs.nl/forum and not at all the forum/topics...
    #232138
    logan
    Member
    Hello, do not remove this code, .bbp-search-form form#bbp-search-form div { display: none !important; } then use this code, .archive.post-type-archive .bbp-search-form form#bbp-search-form div { display: block !important; }
    #232175
    MeesterGijs
    Spectator
    Thanks! You said I could use this code (bottom of this text) to align the back to course button here, but had to delete the post id to use it on every page. But then it becomes code for the course button which then moves to the left. How can I use the code for the all the forum pages? .postid-6025 a.button.full.course_button {right:250px !important;top:15px !important;}
    #232315
    logan
    Member
    hello, then use this: .archive a.button.full.course_button {right:250px !important; top:15px !important;}  
    #232407
    MeesterGijs
    Spectator
    Unfortunatelly, Logan. This code didn't stick. It didn't move this.
    #232470
    logan
    Member
    This reply has been marked as private.
    #232537
    MeesterGijs
    Spectator
    This reply has been marked as private.
    #232611
    logan
    Member
    This reply has been marked as private.
    #232682
    MeesterGijs
    Spectator
    I thought so too. Not much to do about. And also not really a problem. Thanks for confirming.   You can close this topic my digital friend :)
    #232688
    MeesterGijs
    Spectator
    That's weird. THis reply was for another topic. I added your code, but it didn't move the button.
Viewing 15 posts - 1 through 15 (of 18 total)
  • The topic ‘forum pages’ is closed to new replies.