change color icon from contact form

Home Forums Jevelin Theme change color icon from contact form

Home Forums Jevelin Theme change color icon from contact form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Worldfutureshift
    Participant

    Hi,

    I hope you are going well.

    I am creating a contact form and I couldn’t find the way to change the icon (a circle with a stick) and the color (blue) next to each text (see attached picture).  My website is in orange so it doesn’t match.

    Instead of this blue icon, I would like this symbol : *   in red or orange.

    Could you please help me to change it?

    This is the page:  http://www.clarawebdigital.com/

    Thank you very much!

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    Hi there,

     

    Did you try yo change accent color under  Admin Dashboard -> Appearance -> Theme Settings -> Styling?

     

    Best regards,

    Shufflehound team

    Worldfutureshift
    Participant

    oh! That’s great! Sorry I didn’t navigate through all these settings yet 😉

    I change all my colors. However I couldn’t find the way to change the symbol of the contact form.

    Instead of the circle, I would like this symbol: *

    Where can I change it?

    Thank you very much for your help

    Shufflehound
    Moderator

    You can try following CSS snippet and let us know if that works (you can place it here – Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code)

    .wrap-forms sup:before {
        display: none!important;
    }
    
    .wrap-forms sup {
        font-size: 24px!important;
    }

     

    Let us know if the issue is fixed. 🙂

    Worldfutureshift
    Participant

    GREAT! That’s perfect! Thank you so much!!!! It’s perfect.

    Shufflehound
    Moderator

    Nice to hear that. 🙂

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