http://andrewb.co.za/newsite/?portfolio=lorem-ipsum
The UI fixed flush left and right (prev / next) portfolio items… is this automatically added when utilsing 3 of the 4 portfolio types (I see not included on the ‘full-width’ due to an overlap of slider UI which makes sense).
Any customisation allowed here: enable / disable; styling of popouts?
Hi,
My suggestion is to change the background color then increase the z-index. Please add this on your custom.css or Quick CSS.
.avia-post-nav {
z-index: 9999 !important;
background: rgba(174, 198, 44, 0.5) !important;
}
Regards,
Ismael
Thanks, the ‘custom.css’ file doesn’t show up in the ‘styles’ list from within ‘edit themes’… why is this? I can access it via FTP but this is a chore obviously. Can you advise on how I ca add it or make it appear?
Secondly, this code you provided it to make the UI elements a darker colour and appear on top of any content, including a full-width slider, right? The reason it didn’t appear there is that it was underneath the slider? Just confirming.
Is there any way to deactivate the UI elements altogether if wished?
Hi,
Please add the code on Theme Options > Styling > Quick CSS, located at the bottom.
Yes, you can hide the arrows using this code. Again, put this on your custom.css, access via FTP, or on the Quick CSS.
.avia-post-nav {
display: none !important;
}
Regards,
Ismael
Thank you! :)
Glad that Ismael got you back on track!
Thanks
Nick