Okay
  Public Ticket #2564751
Portfolio Custumization
Closed

Comments

  • kadawathaproductions started the conversation

    Hi,

    I want to have the an image slider at the top of my column-portfolio. I have managed to get that, but I don't like the arrows that are visible inside the picture.. Is there a code that I can paste somewhere to get rid of those arrows? See here: https://www.kadawathaproductions.one/portfolio/slideshow-test/

    Also, is there a way to make all the photos in the slider appear in 16:10 aspect ratio?

    Best,
    Daniel

    {"wp":{"use":false,"adminUrl":"kadawathaproductions.one/wp-admin","username":"kadawathaproductions","password":"z1o&K8Za8P2m7(5XX)!Zjpxx"},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi Daniel,

    To do that please go to that page Edit area > Parameters and Options > Custom CSS and add this CSS code:

    .slick-slider .slick-next, .slick-slider .slick-prev {
        display: none !important;
    }

    Have a nice day!