Blog slider style 6

Home Forums Gillion Theme Blog slider style 6

Home Forums Gillion Theme Blog slider style 6

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    RESOLVED Posts
  • js
    Participant

    Good morning,

     

    I understand that blog slider style 6 has no arrows in the center. Has it arrows outside the center or just dots?

     

    Best regards,

    Jürgen

    Hi Jürgen,

     

    I hope you are well today and thank you for your question.

     

    I am not sure what you are talking about so could you please describe it a bit more in detail by sharing the screenshots of it?

     

    Best regards,
    Shufflehound team

    js
    Participant

    Good morning,

     

    Thank you. Sorry, I was wrong. What I’m looking for is style 11. But how can I change hover color of style 11?

     

    Best regards,

    Jürgen

    js
    Participant

    Sorry. Further more how to achieve without any radius?

     

    Best regards,

    Jürgen

    Could you please describe it a bit more in detail by sharing the screenshots of it and the page URL from your site where it is displaying?

    js
    Participant

    Sorry, I meant the hover of arrows. It is the first slider at top of the page. As I’m still testing pls see the link below.

    Solution for this topic

    You can change its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .blog-slider-style11 .slick-prev:hover,
    .blog-slider-style11 .slick-next:hover,
    .blog-slider-style11 .slick-prev:focus,
    .blog-slider-style11 .slick-next:focus,
    .blog-slider-style9 .slick-prev:hover,
    .blog-slider-style9 .slick-next:hover,
    .blog-slider-style9 .slick-prev:focus,
    .blog-slider-style9 .slick-next:focus {
        background-color: #03A9F4 !important;
    }

    js
    Participant

    Does work fine. Thank you. But what is about no radius of the slider?

    Solution for this topic

    Use below custom CSS code to remove the radius of the slider.

     

    #page-container .blog-slider {
        border-radius: 0 !important;
    }

    js
    Participant

    Thank you.

    You are always welcome here 🙂

    js
    Participant

    Sorry, for coming back. How to change the height of the slider?

    To achieve this, you have to develop custom code in the child theme of Gillion theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

    js
    Participant

    Understand. Thank you.

    You are most welcome here 🙂

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