Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1078535

    Hello,

    I am having issues changing the text color of the contact form AFTER somebody submits an email.

    It is white text on white background and I’m not entirely sure how to change it. I attached a link in the private content (you will have to fill out a form to see it)

    Thank you!

    #1078841

    Hey stewroids,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     #top #wrap_all #ajaxresponse_1 .avia-form-success {
        color: #666;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1078993

    Hello Victoria,

    Wow that did the trick, thank you!

    While being on this topic, is there a css code I can insert to change the hover color of the button on my navigation that says “Online Rehab”?

    #1079517

    Hi,

    Please try this CSS as well:

    #menu-item-2257 span:hover {
      background-color:green !important;
    }

    Best regards,
    Rikard

    #1079766

    Hello Rikard,

    Sorry it doesn’t seem to be working. Perhaps we have the wrong menu item number?

    #1080701

    Hi,

    The CSS is applying on my end, please clear your browser cache and reload. The element has a border as well so you can change the CSS to this:

    #menu-item-2257 span:hover {
      background-color:green !important;
      border-color:green !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.