Hello @sarasamlali1,
We can change red color with green color with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
.btn-theme {
background: green !important;
border-color: green !important;
}
.transportex-sidebar .transportex-widget.widget_search .btn {
background: green !important;
}
.transportex-sidebar .transportex-widget ul li a {
color: green !important;
}
footer .transportex-social li span.icon-soci:hover, footer .transportex-social li span.icon-soci:focus {
border-color: green !important;
background: green !important;
}
.header-widget .transportex-header-box-icon i {
color: green !important;
}
Kind regards,
Manoj
Thank you It worked !
How can I make the menu green too ?
Sara
Hello @sarasamlali1,
Please apply the below given css under Appearance -> Customize -> Additional Css-
.transportex-headwidget .navbar-wp .navbar-nav > li > a:hover{
background: green !important;
}
Kind regards,
Manoj