• Resolved silviagregorio

    (@silviagregorio)


    Hi,
    I want to hide the arrows that appear, at the top right, in each portfolio post.
    I don’t wanna use the arrows, cause i have the free version theme and the navigation of the arrows is throuh all the portfolio posts and no through portfolio types (i know it is possible in premium version though).
    And also when I am at mobile version the titles don’t align at the center due to the arrows,which are in the right.

    So i just wanna hide them, right now i just change the color to white, now they are “invisible”, but i wanna them out.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey,

    Try adding this CSS to Theme Options> Advanced Settings Custom CSS:

    .portfolionav.clearfix {
        display: none !important;
    }

    Let me know if that works for you.

    -Kevin

    Thread Starter silviagregorio

    (@silviagregorio)

    Yeah!
    Thanks, it works perfectly!

    Hi, I would like to do the same. But the piece of code you gave, does not work for me. On the other hand, I tried to display a bottom portfolio carousel with the same portfolio type items as a solution, but it si not showing either… I don’t want to mix different portfolio items while navigatin, ?what can I do?
    Thanks

    Leire

    Hello @leirelo,

    Can you please post a link? Also, in the future it’s best to start a new topic for all support requests. Thanks!

    -Kevin

    Oh, I’m sorry! Next time I will open a new topic. I can’t send you a link yet because I am designing it but the dns are pointing to the old site… Maybe there is a way but I don’t know how to do it. I’ve made a screenshot so you can see what I mean: https://basquefilms.com/images/arrowsepe.png

    Thank you,

    Leire

    hannah

    (@hannahritner)

    Hi Leire,
    What theme are you using? Can you post a link to your site?

    Hannah

    Hi @hannahritner, my theme is pinnacle. I’m designing it in a private directory of my hosting until I redirect the dns, once it is finished. I don’t know if I could share a link… I will ask my hostin support.

    Thanks,

    Leire

    hannah

    (@hannahritner)

    @leirelo,
    This css should work for you:

    .portfolionav {
        display: none;
    }

    This topic was posted in Virtue. Be sure to post in the forums for your correct theme next time:)

    Hannah

    Thank you @hannahritner !! It worked!! I’m sorry about the confusion with the theme…

    hannah

    (@hannahritner)

    No worries, glad that worked for you!

    Hannah

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Hide portfolio navigation arrows’ is closed to new replies.