Hi,
Is it possible to remove navigation buttons from YJ news popup? (ie Next and Prev. buttons from article popup).
Kind Regards
Marat
PrimerTemplates
POSTED: 2015-09-28
Hello MKLP1987,
I have not seen any setting in the admin section that can hide the buttons, but you can do so using css to hide them. Copy-paste the code below to custom.css file:
Get an access to all 4 items designed and developed by Nexus Nova team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Is it possible to remove navigation buttons from YJ news popup? (ie Next and Prev. buttons from article popup).
Kind Regards
Marat
I have not seen any setting in the admin section that can hide the buttons, but you can do so using css to hide them. Copy-paste the code below to custom.css file:
.fancybox-nav span {
visibility: visible;
opacity: .5;
display: none !important;
}
Thank you
Kind Regards