I’m trying to add a class to a text widget and then use the Class Widget Element to add that widget to my homepage. I’ve tried a lot of things and am just not having luck getting the text right with the class.
I started by adding a class to the widget element with no luck, so now I have a Plugin installed “Widget CSS classes.” I’ve added rates as the class and then in my Global CSS, I’ve added:
.rates {
font-family: Proza Libre,sans-serif; !important;
font-size: 36px; !important;
font-style: normal; !important;
font-weight: 700; !important;
line-height: 1.4; !important;
letter-spacing: -0.05em; !important;
color: #ffffff; !important;
}
Can you tell me what I need to fix?

