hover color

Home Forums Legacy Support Support queries Styling issues hover color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #230806
    MeesterGijs
    Spectator
    Hello, I have 3 questions: 1) At the profile page it tells how many courses are available in this green circle. How can I change the styling when hovering? Because the text now turns green, same color as the background.. screenshot my url: https://meestergijs.nl/studenten/kobe/ 2) How can I delete the search bar on any specific forum page? screenshot example url: https://meestergijs.nl/forum/aangeplakte-vragen/ 3) How can I turn this button into any other button on the side? The code for other buttons is: {background: #88deb4;color: #fff;border: 2px solid #88deb4;} :hover{background: #fff !important;color: #88deb4 !important;border: 2px solid #88deb4 !important;} Thanks
    #230920
    Veronica
    Moderator
    hi, for the first one: use this--- li#course-personal-li a#user-course:hover span{ background:red !important; }
    for the second one use this
    .bbp-search-form form#bbp-search-form { display:none !important; }
    for third here it is
    form#commentform p.form-submit input#submit{ background: #88deb4;color: #fff;border: 2px solid #88deb4; } form#commentform p.form-submit input#submit:hover:hover{ background: #fff !important;color: #88deb4 !important;border: 2px solid #88deb4 !important; }
    #231025
    MeesterGijs
    Spectator
    Dear Veronica, The second and third code didn't do anything. I deleted cache and history..
    #231134
    Veronica
    Moderator
    This reply has been marked as private.
    #231152
    MeesterGijs
    Spectator
    I made the button work by deleting browser history. Deleting forum searchbar is still active. I'll have a look at similar code with .bbp-search-form or #bbp-search-form in it.. You can close this one. Thanks!
    #231158
    Veronica
    Moderator
    ok, closed.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘hover color’ is closed to new replies.