-
Author
-
November 28, 2016 at 15:19 #145419infusioncenterParticipant
Hello! I am preparing to launch a forum for our members and stakeholders. One of the minor things holding back the launch are some final styling tweaks. The biggest of these is that I cannot find the right CSS to modify to change the appearance of the search bar on the forum pages. I was able to modify the bar with bbpress CSS, but the border was not the same shape as the KLEO search bar so it looked really awkward… We are concerned that the search bar doesn’t stand out enough from the background of our website….
November 29, 2016 at 18:42 #145551RaduModeratorHi,
Use this CSS selector and change colors and values for your needs
COPY CODE.main-color #search-members-form, .main-color #search-groups-form, .main-color #bbpress-forums form#bbp-search-form { box-shadow: 0 0 0 4px #75d69c; border: 1px solid red; border-radius: 3px; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 30, 2016 at 02:05 #145596infusioncenterParticipantOkay, that’s exactly what I needed! Thank you! Any advice on how to also adjust the color of the search button (the magnifying glass)?
December 1, 2016 at 15:36 #145782RaduModeratorHi,
There it’s an image and you should edit the image in photoshop
https://infusioncenter.org/wp-content/themes/kleo/assets/img/sprite.png
Add the modified IMG in child theme in same location
https://infusioncenter.org/wp-content/themes/kleo-child/assets/img/sprite.png
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.