This topic has 8 replies, 3 voices, and was last updated 11 years by SQadmin.

  • Author
  • #3422
     joeldecker
    Participant

    Is there a way to replace this image, behind the horizontal search box?
    Thanks

    #3430
     Tenshi
    Participant

    Go to Sweetdate > Styling options > scroll down to Quick CSS and type:

    #search-bar {
    background: #F8F8F8 url('URL_TO_YOUR_IMAGE');
    }

    Save it. You can also change #F8F8F8 to any color you want.

    #3474
     joeldecker
    Participant

    Perfect! Thanks Tenshi.

    #3476
     joeldecker
    Participant

    Can the same be done to the background of the ‘latest members’ carousel
    on the home page?

    #3484
     Tenshi
    Participant

    For the latest members’ carousel, replace #search-bar with .form-footer. Same process, just add the line below:

    .form-footer {
    background: #F8F8F8 url(‘URL_TO_YOUR_IMAGE’);
    }

    And no problem!

    #3528
     joeldecker
    Participant

    Nice! Do you know if there is a way to tweak the white boarder around the box?

    #3620
     joeldecker
    Participant

    The background color change works great, but the url doesn’t seem to work. Any ideas?

    #3633
     SQadmin
    Keymaster

    For the border:
    .form-footer {
    border-bottom: 10px solid #FAFAFA;
    border-left: 10px solid #FAFAFA;
    border-right: 10px solid #FAFAFA;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #3634
     SQadmin
    Keymaster

    You need to change that with a real URL

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

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

Log in with your credentials

Forgot your details?