This topic has 6 replies, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #3777
     gideon1210
    Participant

    How do you change the colour of the text from black to white in the search fields on the homepage i can change the bit that would say Serious dating with Sweet date Your perfect match is just a click away, but not the bit where you write, Also how do you change the colour of the strip under the social media icons

    #3792
     SQadmin
    Keymaster

    Hi, The text color is set by “Top Menu Link Color”
    If you want to use a different color than the one set for the Top Menu Link Color add this css to Sweetdate -> Styling options -> Quick css:

    COPY CODE
    
    .form-search.custom input[type="text"], .form-search.custom input[type="password"] {color: #fff}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #3793
     SQadmin
    Keymaster

    For the top links bottom border add this css to Sweetdate -> Styling options -> Quick css:

    COPY CODE
    
    .top-links {border-bottom: 1px solid #fff}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #3840
     gideon1210
    Participant

    Hi i changed the top menu colour which also changes the colour in the search box but i want the top menu colour white and the text in the search fields black how do i change that

    #3869
     SQadmin
    Keymaster

    Hi, I already gave you the solution in my above reply with the css that you need to add

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #3893
     gideon1210
    Participant

    i tried the .form-search.custom input[type=”text”], .form-search.custom input[type=”password”] {color: #fff} code but i didnt change anything

    #3907
     SQadmin
    Keymaster

    That changes the input type text and type password, Maybe you want also the select:

    COPY CODE
    
    .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom div.custom.dropdown a.current {color: #fff}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?