Hi,
Is it possible to disable the arrow-buttons of the portofolio-item in the overview page?
CU
André
Hi,
Is it possible to disable the arrow-buttons of the portofolio-item in the overview page?
CU
André
Hi Andre,
You can get rid of it via css, just add this on your Quick CSS or custom.css:
ajax_controlls .ajax_next,
.ajax_controlls .ajax_previous {
display: none;
}
or
ajax_controlls .ajax_next,
.ajax_controlls .ajax_previous {
display: none !important;
}
Hope this helps.
Regards,
Ismael
Hi,
Is this solved?
@lucasespin: Do you have any inquiries?
Regards,
Ismael
Hi Ismael, no it didnt hide hide the arrows. Any other idea?
btw: There is a sign for missing images on the home-page. During the mouse-over its disappear. Do you know, whats happend?
ps the missing-image-question is solve. I use existing pictures and the theme miss the greyscale-version.
Hi kunststoffat,
Can you post a link to your site? specifically the one you want the arrows to be removed.
Regards,
Ismael
sure, here it is: http://test.nordceram.com
Hi kunststoffat,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .portfolio-wrap .arrow_controls.slide_controls {
display: none;
}
Regards,
Devin
great.
Hi kunststoffat,
Glad that Devin helped you. :)
Cheers,
Ismael
This topic has been closed to new replies.