Hello,
Please go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> Custom CSS
insert code into Custom CSS box and save –
.head-contact-info li a, .hd_cover, .logo p{
color: red;
}
.navbar-default .navbar-nav li a {
color: red;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: red !important;
}
.carousel-text h1 {
color: red;
}
.carousel-list li {
color: red;
}
.carousel-text .enigma_blog_read_btn {
color: red;
}
.enigma_heading_title h3 {
color: red;
}
body {
color: red;
}
.enigma_service_detail.media-body h3 a {
color: red;
}
.enigma_home_portfolio_caption h3 a {
color: red;
}
.enigma_tags a, .enigma_cats a{
color: red;
}
.enigma_blog_thumb_date li {
color: red;
}
.enigma_callout_area p {
color: red;
}
.enigma_callout_area a {
color:red;
}
.enigma_footer_widget_title{
color:red;
}
.enigma_footer_widget_column ul li a, .enigma_footer_widget_column ul#recentcomments li{
color:red;
}
.enigma_footer_widget_column #wp-calendar thead tr th{
color:red;
}
.enigma_footer_widget_column table td{
color:red;
}
.enigma_footer_area p{
color:red;
}
.enigma_footer_area p a{
color:red;
}
.enigma_blog_read_btn{
color:red;
}
This is the only option to change the text color of all theme.
Thanks.