Answer
Sep 22, 2022 - 02:53 PM
You can customize your call-to-action (CTA) widget within your administration dashboard under "Customization > CSS" and you'll see the second text area on that page is to enter your own CSS you'd like applied to your widgets.
For the Call-To-Action widget....you may want to adjust your link color or font, etc....so an example of that would be this:
You can of course apply whatever styles you'd like, but that is an example.
For the Call-To-Action widget....you may want to adjust your link color or font, etc....so an example of that would be this:
#ab-tiny-widget a:link,
#ab-tiny-widget a:visited,
#ab-tiny-widget a:hover,
#ab-tiny-widget a:active {
color: #0f639d;
font-family: Lato;
}
You can of course apply whatever styles you'd like, but that is an example.