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

    Hi guys,

    i’m trying to change the color of the asterisk on the forms with this but it isn’t working

    
    span.hs-form-required {
    	color: #8E199D !important;
    }

    Can you help with this :)

    #1213464

    if your page is like this here: https://kriesi.at/themes/enfold/pages/contact/
    you can include here the font-size too:

    .main_color .required {
        color: #8E199D;
        font-size: 20px;
    }

    if it is in a placeholder you had to style the placeholder text. – is there a page to see the issue?

    #1213470

    Aha – belongs to hubspot:

    .hs-form label .hs-form-required {
        color: #8E199D;
    }
    #1213471

    thanks, how did you know it was a hubspot form?

    #1213560

    just looking for hs-form-required on google

    #1213749

    Hi,

    Thanks for helping out @guenni007. Please let us know if you should need any further help on the topic @bobfurgo.

    Best regards,
    Rikard

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