Home › Forums › WordPress Themes – Premium › Preferential › CSS Styles for CTA and Numbered Lists › Reply To: CSS Styles for CTA and Numbered Lists
October 1, 2015 at 8:31 am
#21886
Participant
Hi Judy Asman,
Please use the following css to fix your issue:
#pref-cta a:hover {
color: #282828 !important;
}
Please use the class in ol (for eg:
- ) by editing the page, then use the following css:
ol#custom-listing {
color: black;
font-size: 15px;
}
Note: Please use the custom css plugin or child theme to write the css
Thanks