-
Author
-
November 23, 2015 at 21:38 #88684
princekarl2000
ParticipantHi
I would like to customize bbpress search to look like on my attachment?
November 24, 2015 at 17:10 #88795Radu
ModeratorHi,
I can help you with this but the search form not appears in the page that you have provided.Let me know when you add the search form there, and i will provide you a css for that.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 24, 2015 at 17:10 #88796Radu
ModeratorHi,
I can help you with this but the search form not appears in the page that you have provided.Let me know when you add the search form there, and i will provide you a css for that.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 24, 2015 at 18:31 #88837princekarl2000
ParticipantSorry My site is under construction. I try to test the different features your theme provides.
I Am going trough the support forum to pick up subjects I think can help me solve some problems myself.
But I would like to have some help on some different customization:
1- customize the search form,
2- No avatar in forum lists,
3- square author avatar with username and membership level at the bottom. On post page only.
the Url:
http://community.astoci.org/forums/,November 25, 2015 at 16:25 #89009Radu
ModeratorHi,
Css for Search
COPY CODEform#bbp-search-form { width: 98%; border-radius:5px !important; margin:0 !important; } main-color #bbpress-forums form#bbp-search-form { box-shadow: 0 0 0 6px #f7f7f7; }Css for avatars
COPY CODEdiv#bbpress-forums .bbp-replies li .bbp-reply-author a img { border-radius: 5px !important; } Hide avatars from main forum <pre> #bbpress-forums li.bbp-forum-freshness .bbp-author-avatar img.avatar { display:none !important;}#bbpress-forums div.bbp-forum-author .bbp-author-avatar, #bbpress-forums div.bbp-topic-author .bbp-author-avatar, #bbpress-forums div.bbp-reply-author .bbp-author-avatar {
width: 100%;
padding:0 !important;
margin: 0 !important;
}#bbpress-forums div.bbp-reply-author { border: 1px solid #ddd;padding-top: 20px;}
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 25, 2015 at 23:28 #89121princekarl2000
ParticipantThanks much for the codes. they worked.
I am still going through the forum to find solutions for my customizations issues, but I still need your help.
I have more changes needed. Please see the attachment.
TkxNovember 28, 2015 at 00:04 #89663Laura
ModeratorHello, we can help you with small modifications but you would need to hire a developer to do this kind of issue, please let me know if you have any theme issue and i will be happy to help you 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 28, 2015 at 02:01 #89706princekarl2000
ParticipantI don’t think everything i asked help for need a developer.
Just help with what you can and I will see if I need a developer for those needed.
Please see previous attachment.
ThanksNovember 28, 2015 at 22:28 #89855Laura
ModeratorHello, if you share admin credentials i can help with text color, the rest would require a developer. We already did a lot of modifications and we can only help with small ones.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 29, 2015 at 23:15 #89996Laura
ModeratorHello, here it is 🙂
Please add it to style.css of child themeCOPY CODEul#menu-kleotopmenu li a:hover { color: red !important; } ul.dropdown-menu.sub-menu.pull-left a:hover { color: white; } .kleo_framework.breadcrumb span.active { color: red !important; } p.page-info em.muted { color: red !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.