-
Author
-
July 28, 2016 at 14:54 #130495damianopevarParticipant
Sirs,
I’ve followed the guide here https://archived.seventhqueen.com/sweetdate/article/change-search-register-form-colors to change the colors, but it didn’t work. Could You please help me in that issue?
July 28, 2016 at 17:52 #130532RaduModeratorHi,
I cannot view your website, can you please provide credentials to take a look ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 28, 2016 at 20:06 #130560damianopevarParticipantHi, thanks for reply. can I send login details by private message or email? Thanks
July 28, 2016 at 20:39 #130568RaduModeratorHi,
You can paste here the credentials but make sure you mark Set this as private reply
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 29, 2016 at 15:43 #130633RaduModeratorHi,
The css works but you was have to change the values
COPY CODE.form-header { border-left: 10px solid rgba(255, 168, 255, 0.3) !important; border-right: 10px solid rgba(255, 168, 255, 0.3) !important; border-top: 10px solid rgba(255, 255, 255, 0.3)!important; } .form-search, .form-header { background: none repeat scroll 0 0 #961f94 !important; } .form-search { border-left: 10px solid rgba(255, 255, 255, 0.3); border-right: 10px solid rgba(255, 255, 255, 0.3); } .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select { border: 1px solid #1FA8D1; } .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select { background-color: red !important; } .form-search .button { background-color:yellow; color:red !important; }
Apply this css and make your desired adjustments, tell me for what element you want to have a custom background on top bar ? provide screenshot that pointing out the element
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 29, 2016 at 16:22 #130639RaduModeratorHi,
A. Go to wp-admin -> theme options -> buddypress -> Search form customization -> MAIN FORM -> Text before form
B.
COPY CODE.top-links { background: red !important; color: #fff; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 29, 2016 at 16:22 #130640RaduModeratorIf you are pleased with the support service please very much to leave a short review … few words about your experience with the support service.
https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630
Thank you in advance
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 29, 2016 at 17:11 #130654RaduModeratorHi,
Oh, sorry for that, the css can be added to wp-admin -> theme options -> styling options -> quick css
Thank you so much for your initiative, it will help us a lot !!
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 29, 2016 at 17:45 #130665RaduModeratorYou’re welcome
Have a nice weekend
Regards
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 5, 2016 at 20:06 #138351MiladaParticipantHello, I changed the color green and I followed your directions but can not change the color of the menu and features of search form.
/*
Theme Name: Sweetdate Child
Theme URI:
Description: Child theme for Sweetdate
Author: SeventhQueen
Author URI: http://seventhqueen.com
Template: sweetdate
Tags: dating, clean, responsive, creative, minimal, modern, landing page, social, buddypress,bbpress, woocommerce
License: GNU General Public License
License URI: license.txt
*/
@import url(“../sweetdate/style.css”);/*
* Please add your custom styles below
*//*
* MY CUSTUM STYLES START How to Change the Search and Register Form Colors
*/.form-header {
border-left: 1px solid rgba(255, 168, 255, 0.3) !important;
border-right: 1px solid rgba(255, 168, 255, 0.3) !important;
border-top: 1px solid rgba(255, 255, 255, 0.3)!important;
}
.form-search, .form-header {
background: none repeat scroll 0 0 #194d19 !important;
}
.form-search {
border-left: 1px solid rgba(255, 255, 255, 0.3);
border-right: 1px solid rgba(255, 255, 255, 0.3);
}.form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
border: 1px solid #194d19;
}
.form-search.custom div.custom.dropdown a.current, .form-search.custom input[type=”text”], .form-search.custom input[type=”password”], .form-search.custom select {
background-color:#3cb371 !important;
}.form-search .button { background-color:red color:green !important; }
/*
* MY CUSTUM STYLES END How to Change the Search and Register Form Colors
*/October 5, 2016 at 20:15 #138356MiladaParticipantHello, I changed the color green and I followed your directions but can not change the color of the menu and features of search form.
/*
Theme Name: Sweetdate Child
Theme URI:
Description: Child theme for Sweetdate
Author: SeventhQueen
Author URI: http://seventhqueen.com
Template: sweetdate
Tags: dating, clean, responsive, creative, minimal, modern, landing page, social, buddypress,bbpress, woocommerce
License: GNU General Public License
License URI: license.txt
*/
@import url(“../sweetdate/style.css”);/*
* Please add your custom styles below
*//*
* MY CUSTUM STYLES START How to Change the Search and Register Form Colors
*/.form-header {
border-left: 1px solid rgba(255, 168, 255, 0.3) !important;
border-right: 1px solid rgba(255, 168, 255, 0.3) !important;
border-top: 1px solid rgba(255, 255, 255, 0.3)!important;
}
.form-search, .form-header {
background: none repeat scroll 0 0 #194d19 !important;
}
.form-search {
border-left: 1px solid rgba(255, 255, 255, 0.3);
border-right: 1px solid rgba(255, 255, 255, 0.3);
}.form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
border: 1px solid #194d19;
}
.form-search.custom div.custom.dropdown a.current, .form-search.custom input[type=”text”], .form-search.custom input[type=”password”], .form-search.custom select {
background-color:#3cb371 !important;
}.form-search .button { background-color:red color:green !important; }
/*
* MY CUSTUM STYLES END How to Change the Search and Register Form Colors
*/Attachments:
You must be logged in to view attached files.October 6, 2016 at 16:28 #138434RaduModeratorUnable to take a look at your website it displays maintenance page
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 6, 2016 at 17:06 #138439damianopevarParticipantSOLVED by translating via WPML NOT the buddypress elements but kleo_framework and othe kleo_* elements
October 6, 2016 at 19:05 #138461RaduModeratorGreat
Cheers
R.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.