Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #589848

    HI there,

    I would like to remove the next/previous button in ajax portfolio. To be precise I want the CLOSE icon to REMAIN, but the right/left toggle to be removed.

    I have tried to firebug this but I’ve not been able to isolate the code.

    Thanks! Silvio

    #590350

    Hey Silvio,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #590641

    Hi, see private content:

    Scroll down, you’ll see 5 aircraft, these are the ajax portfolios, you’ll see once opened in the top right corner of the portfolio item a left/right/close icons. I wish to remove the left/right icons (and the container) and have the close icon remaining.

    Thanks, Silvio

    #590677

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.ajax_previous, a.ajax_next {
        display: none;
    }

    Best regards,
    Yigit

    #590684

    Perfect thanks Yigit!

    #590754

    Hey!

    You are welcome, let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.