Okay
  Public Ticket #841593
Changing form color
Closed

Comments

  • Monika started the conversation

    Hello,

    just a quick question. The form of Salient is inheriting the accent color. It turns the text in the form red, website. How can I disable this?

    thx.

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    label span {
        color: #27CFC3 !important;
    }
    

    Bes.t


    ThemeNectar Support Team 

  • Monika replied

    Hi Tahir,

    I put your code as you suggested but the font is still red in the form :(. Does the styling of the form in Salient --> Form styling have to be something else too? I have it as Minimal and Enable fancy...Off. Thank you for your fast reply!

  •  8,994
    Tahir replied

    Hey ,

    I cant see the Css on the Frontend on your site . Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/  .

    Best.


    ThemeNectar Support Team 

  • Monika replied

    Hi,

    im using Wp  super cache and followed the instructions to delete all cache.

  •  8,994
    Tahir replied

    Hey Again,

    Please turn off caching and check . 

    Also allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url. 

    Best.


    ThemeNectar Support Team 

  •   Monika replied privately
  •  8,994
    Tahir replied

    Just fixed the syntax error in here : http://prntscr.com/bxvha7

    It should work now .

    Best.


    ThemeNectar Support Team 

  • Monika replied

    Tahir, you are the best! Thank you:))