This topic has 3 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #61810
     ykebaili
    Participant

    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.
    #61846
     Laura
    Moderator

    Hello, just add an !important just before the ; of your code
    like this

    COPY 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 solution

    Laura 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 🙂

    #61855
     ykebaili
    Participant

    Great !
    It works

    Thanks a lot Laura 🙂

    #61868
     Laura
    Moderator

    You 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 solution

    Laura 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 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?