Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #936368

    Hi,
    I couldn’t find a way how to set the font of the field description (contact form) to regular. It’s bold and I don’t like it like that. I used:

    /* Required field (Styling the asterisk ) */
    .avia_ajax_form label .required {
    font-family: ‘maven pro’; font-weight: regular;
    }

    But it doesn’t work.

    Thanks in advance!

    • This topic was modified 7 years, 2 months ago by VCS33.
    #936635

    Hey VCS33,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    #top .avia_ajax_form label{
    	font-weight:lighter!important;
    }
    


    Best regards,
    Vinay

    #937196

    Thank you, Vinay! This worked :-)

    Ticked can be closed.

    #937263

    Hi VCS33,

    Glad we could help :)

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

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