-
Author
Tagged: CSS head style
-
June 10, 2015 at 16:50 #61810ykebailiParticipant
Hello
I have activated the SweetDate child theme, and added some simple CSS to custumise the Front Register Form :.form-search.custom input[type=”text”], .form-search.custom input[type=”password”] {
background-color: #ffffff;
}But, the problem is that my custom CSS is automaticaly overridden by some <style> in the Home page <head> section.
As you can see attached a FireBug screenshot.Could explain please why there are some styling code in the head of the page ?
Thanks for your help
Attachments:
You must be logged in to view attached files.June 10, 2015 at 18:45 #61846LauraModeratorHello, just add an !important just before the ; of your code
like thisCOPY CODE.form-search.custom input[type=”text”], .form-search.custom input[type=”password”] { background-color: #ffffff !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 10, 2015 at 19:17 #61868LauraModeratorYou are welcome 🙂 If you are happy please leave us a nice comment and/or a 5 star rating at themeforest! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.