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

    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?

    #118184

    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

    #118185

    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?

    #118186

    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

    #118187

    Thank you! :)

    #118188

    Glad that Ismael got you back on track!

    Thanks

    Nick

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘User navigation for portfolio items (prev / next)’ is closed to new replies.