This topic has 19 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #130495
     damianopevar
    Participant

    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?

    #130532
     Radu
    Moderator

    Hi,

    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 solution
    #130560
     damianopevar
    Participant

    Hi, thanks for reply. can I send login details by private message or email? Thanks

    #130568
     Radu
    Moderator

    Hi,

    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 solution
    #130607
     damianopevar
    Participant
    This reply has been set as private.
    #130608
     damianopevar
    Participant
    This reply has been set as private.
    #130633
     Radu
    Moderator

    Hi,

    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 solution
    #130636
     damianopevar
    Participant
    This reply has been set as private.
    #130639
     Radu
    Moderator

    Hi,

    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 solution
    #130640
     Radu
    Moderator

    If 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 solution
    #130641
     damianopevar
    Participant
    This reply has been set as private.
    #130642
     damianopevar
    Participant

    Of course I’ll give You positive feedback!

    #130654
     Radu
    Moderator

    Hi,

    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 solution
    #130663
     damianopevar
    Participant

    Thank you!!!!

    #130665
     Radu
    Moderator

    You’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 solution
    #138351
     Milada
    Participant

    Hello, 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
    */

    #138356
     Milada
    Participant

    Hello, 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.
    #138434
     Radu
    Moderator

    Unable 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 solution
    #138439
     damianopevar
    Participant

    SOLVED by translating via WPML NOT the buddypress elements but kleo_framework and othe kleo_* elements

    #138461
     Radu
    Moderator

    Great
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 20 posts - 1 through 20 (of 20 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?