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

    I have the contact form font in bold but I would like to change it to normal, how can I do that?:)

    #728750

    Hey pimroll!

    Please add following code to Quick CSS

    #top label {
        font-weight: normal!important;
    }

    Regards,
    Yigit

    #728755

    Hello Yigit,

    It seems to me that the font is still in bold (have a look at similar site, where it is the same size but its not bold) it looks still different.

    #728760

    Hey!

    You have following code in your custom CSS

    .phone-info, #top label, .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a, #top .av-subnav-menu li a > .avia-menu-text {
        font-weight: 600 !important;
    }

    please change it to following

    .phone-info, .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a, #top .av-subnav-menu li a > .avia-menu-text {
        font-weight: 600 !important;
    }

    Cheers!
    Yigit

    #728769

    Great Yigit, thanks!

    #728786

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to change contact form font from bold to normal?’ is closed to new replies.