Tagged: ajax portfolio
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
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
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
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
Perfect thanks Yigit!