• Teriz Slider to Video Slider

    mrkbadawy
    Participant

    Hi There thank you for the great theme
    I need your help to setup a responsive youtube video slider on the place of the Teriz Slider , also i need to change the main menu color..

    3 Replies
    Adnan Shawkat
    Keymaster

    Hi there,

    To change the slider you have to disable the slider first from the page meta option & then use any of your choosen slider plugin like revolution slider or layer slider to make your video slider & use it in the vc option that’ll be all.

    About changing menu colors currently we don’t have option to change those but you can change the background color from theme option->skin settings. And you’ve to do some custom css to achieve the color you want.

    Hope this will help you, if not feel free to let us know.

    mrkbadawy
    Participant

    To change the slider you have to disable the slider first from the page meta option & then use any of your choosen slider plugin like revolution slider or layer slider to make your video slider & use it in the vc option that’ll be all.

    Can you tell me the steps for that please ?? also how to use the revolution slider on the same place ? also please if you have a preferred or recommended (video&Images) slider can work smoothly with the theme i will be so thankful..

    Adnan Shawkat
    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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Teriz Slider to Video Slider’ is closed to new replies.