“Name” and “Datenschutz” bold
-
Hello,
I included wpforms in my website and changed the typography with css. It works but only the toppic “E-Mail” and “Kommentar oder Nachricht”. “Name” and “Datenschutz” don′t change. So I changed the font-family of “Name” and “Datenschutz” with an extra CSS. It works. But the font-weight still don′t change. I don′t know whats wrong. Can you help me?
" .wpforms-form label{
font-family: Raleway-regular !important;
font-weight: 100 !important;
} .absendebutton {
background-color: #88B8DE !important;
transition-duration: 4s;
}
.absendebutton:hover {
background-color: #496377 !important;
} .Name {
font-family: Raleway-regular !important;
font-weight: 100 !important;
} .Datenschutz {
font-family: Raleway-regular !important;
font-weight: 200 !important;
} "Thanks a lot!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘“Name” and “Datenschutz” bold’ is closed to new replies.