an
groups-icon

How to get rid of search fields in dating theme and keep eye color etc

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Julian Miller
    2 points
    Beginner

    Cheers everyone

    I now have my site running great and I would like to share an answer that I have seen a lot of people ask..and since I have the latest version of dating theme I will show what I did..

    To get rid of fields in the search box just use this code exactly..including the comment..it makes space so the code goes in source neat and no mix up..first section is for first bar..second section is second bar..each value number is the field it represents so male is 1 female 2 and so on..

    /*code for removing fields in search bar

    */

    .fg-daseeking .col-md-12 .form-control option[value=”5″] {
    display: none;
    }
    .fg-daseeking .col-md-12 .form-control option[value=”6″] {
    display: none;
    }
    .fg-daseeking .col-md-12 .form-control option[value=”7″] {
    display: none;
    }
    .fg-daseeking .col-md-12 .form-control option[value=”8″] {
    display: none;
    }

    .fg-dagender .col-md-12 .form-control option[value=”5″] {
    display: none;
    }
    .fg-dagender .col-md-12 .form-control option[value=”6″] {
    display: none;
    }
    .fg-dagender .col-md-12 .form-control option[value=”7″] {
    display: none;
    }
    .fg-dagender .col-md-12 .form-control option[value=”8″] {
    display: none;
    }

    Hope this helps others..It goes in the CSS/Jvascript area..under theme setup>>general setup>>Custom CSS/Java….it goes in the first top box

    cheers all

    October 29, 2017 at 8:40 pm
  • Julian Miller
    2 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 29, 2017 at 9:59 pm
  • Josh njenga
    -10 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 30, 2017 at 12:29 pm

404

Views

2

Replies