-
Author
-
September 30, 2013 at 21:52 #3602prozac131Participant
Hi,
I’m assuming there is an easy answer for this, but I’m but having trouble finding out how to change the color of the hompage sign up/search form. I don’t see it as an option under “Styling Options”, “Header Section.”
Thank you — Justin
October 1, 2013 at 02:47 #3628SQadminKeymasterHi, Those colors are taken from the primary button background color and hover color set in Sweetdate -> Styling options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 1, 2013 at 16:21 #3650prozac131ParticipantYes, that worked, thanks for the fast response!!! I love your template.
October 9, 2013 at 22:31 #4085LKrParticipantHi!
Is there any way to make these colors (of the search/register box on the home page and primary button background) independent of each other? And is it possible to make search box transparent-ish?
Which files do I need to change?Thank you!
October 11, 2013 at 00:06 #4144SQadminKeymasterThis is the css you need to modify to style it separately:
COPY CODE.form-header { border-left: 10px solid rgba(31, 168, 209, 0.3); border-right: 10px solid rgba(31, 168, 209, 0.3); border-top: 10px solid rgba(31, 168, 209, 0.3); } .form-search, .form-header { background: none repeat scroll 0 0 #0296C0; } .form-search { border-left: 10px solid rgba(31, 168, 209, 0.3); border-right: 10px solid rgba(31, 168, 209, 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: #1FA8D1; }
To make it transparent you need to set the background on the form in rgba form(rgba(31, 168, 209, 0.3);) instead of hex
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 18, 2014 at 02:36 #9867scingallsParticipantHow do you change the border around the search box? I want to change the small border around the search box to a different color.
January 20, 2014 at 16:58 #9966AbeKeymasterRoberts code above shows how to change the border. You need to change rgba values to your own.
This CSS is for the colorCOPY CODE.form-wrapper p, .form-wrapper a, .form-wrapper label, .form-wrapper button { color: #000000 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate Landing Page – HTML’ is closed to new topics and replies.