Hey,
this code is not working, it creates a black background
http://www.coolbudgethotels.com/byron-bay/
.your-custom-class .avia_iconbox_title {
font-size: 16px !important;
color: black !important;
font-family: oswald !important;
}
Thanks
Charlotte
Hi Charlotte!
I cannot see your custom class name on your element. Can you please make sure that you have set it once again? If it is “button”, please change it to something else as “button” is a very popular class by themes and plugins and could cause a conflict
Best regards,
Yigit
Ok…thanks
I change to “knapp” but no change, only the black background is gone
.knapp. avia_iconbox_title {
font-size: 16px !important;
color: black !important;
font-family: oswald !important;
}
Hey!
Your code should be
.knapp .avia_iconbox_title {
font-size: 16px !important;
color: black !important;
font-family: oswald !important;
}
Space should be before second dot and not after
Cheers!
Yigit
Thanks :))