Slides photos with curves

Hi,

I would like to display the slides on the website http://pixelway.de/projekt-engenhorst/ just like the slides on the website https://www.raschdorf-online.de/ but I don't get the pictures around

and the left and right arrows are also not visible.

Can you help me


thanks for your effort

Comments

  • Hello,

    1) To achieve that you will have to create a custom class, and code that will round the images.

    Do you need help with writing this code?

    2) Please go to Betheme -> Theme options -> Global -> Buttons, and change the color from white to another.

    Thanks

  • Hello,

    it doesn't work for me with the css slider. See screen, my css class = round is not shown.

    In addition to the arrows on the right and left, I would like to display description below.


    Thanks

  • 1) Please use the following code:

    .rund .content_slider .slick-slide img{
     border-radius: 21px 21px 21px 21px;
     border-width:1px;
     border-style:solid;
     border-color: transparent;
    }
    

    2) The color of the arrows will change when you follow the steps from point 2) from my previous message.

    If you want to display the description below the slides, you need to choose the style Flat with title and description.

    Thanks

Sign In or Register to comment.