Icon Text Color
-
Hi there! How can I use CSS to change the color of the text element of specific Icons only? Is it possible to keep static color for the text element even on hover so that the color does not change on hover?
Update: I could get it done using the following CSS:
.bt_bb_color_scheme_6.bt_bb_icon .bt_bb_icon_holder {
color: #2d4322;
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Icon Text Color’ is closed to new replies.