Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #957020

    Hi there

    Can you tell me where in the theme I can find the settings for form colours please. I want the text that is currently showing in grey i.e. name, e-mail address and consent tick-box to be white.

    Many thanks

    #957133

    Hey Picante,

    Thanks for giving us the link to your site.
    You can change it in Enfold > General Styling > Main Content (tab) > Main Content font color.
    Just change the color there and it should affect the color of those labels.
    Hope it helps :)

    Best regards,
    Nikko

    #957140

    I don’t want to change the main content – just the text headings in forms.

    #957552

    Hi Picante,

    Okay, please add this css code in Quick CSS (located in Enfold > General Styling):

    #top label {
        color: white;
    }

    just change the color value to any color that you see fit.
    Hope this helps :)

    Best regards,
    Nikko

    #958610

    Great – thanks that’s worked! Where do I change the colour of the “input required” asterisk * though?

    Thanks

    #958765

    Hi,

    Add this to quick css:

    .main_color .required{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #959102

    Great – thank you!

    #959628

    Hi Picante,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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