Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #111819
    ThemeCatcher
    Participant

    Hi there,

    I’m using the Catch Box Pro theme and like to change to things on the featured image slider:
    1: I want to remove the buttons in the left and right side of the slider which allow to switch between the slider images
    2: I want to change the border thickness and color of the border which surrounds the sliding images

    I suppose some custom CSS is required here. Thanks in advance.

    Best regards

    #111844
    Mahesh
    Keymaster

    @themecatcher:
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
    1. I want to remove the buttons in the left and right side of the slider which allow to switch between the slider images

    #nav-slider .nav-previous, 
    #nav-slider .nav-next {
        display: none;
    }

    2. I want to change the border thickness and color of the border which surrounds the sliding images

    #slider-wrap a, 
    #slider-wrap .featured-img span, 
    .one-column #slider-wrap a, 
    .one-column #slider-wrap .featured-img span {
        padding: 50px;
    }
      
    #slider {
        background-color: #ff00ff;
    }

    Note: Please change the color and thickness as per required.

    Regards,
    Mahesh

    #111931
    ThemeCatcher
    Participant

    Awesome, works, thanks for that!

    #111996
    Mahesh
    Keymaster

    @themecatcher: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Switch image buttons and border for image slider’ is closed to new replies.