Home › Forums › WordPress Themes › Teriz Slider to Video Slider › Reply To: Teriz Slider to Video Slider
February 7, 2019 at 7:16 pm
#1015
Keymaster
Hey there,
For changing the colors you can use the following css to achieve which color you want:
.tr-menu .navbar-nav li a {
color: #ed1c24;
}
.navbar-nav li a:hover{
color: #fff;
background-color: #ed1c24;
}
/* Dropdown Menu */
.tr-dropdown-menu li a {
background-color: #ed1c24;
color: #fff !important;
}
And about the slider you can disable the default theme slider from your homepage edit section check the screenshot: http://prntscr.com/mhwagu
And about the video slider well you can use revolution slider in that case & it’ll work for sure. You need to add the shortcode of the slider in the top of the page that’s all.
Hope this will help you. Regards