Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: change color of text

#10796
Grace Themes
Member

Hi,

To change all the element color your requested

Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box and change the color code as you like

.footer li.current-menu-item a { color:#6e6d6d !important; }
.footer ul li a { color:#ffffff; }
.footer ul li a:hover { color:#6e6d6d !important; }

.textwidget a { color: #ffffff; }
.textwidget a:hover { color:#6e6d6d !important; }

.infobox a:hover { color:#333333; }
.infobox span { color: #ffffff; }

Please do this changes and let me know your feedback.

Regards
Grace Themes