I have the contact form font in bold but I would like to change it to normal, how can I do that?:)
Hey pimroll!
Please add following code to Quick CSS
#top label {
font-weight: normal!important;
}
Regards,
Yigit
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.
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
Great Yigit, thanks!