• I really like this theme, I’ve not started using it yet as there is one issue I’d like to change and wonder if its possible. When you are in a gallery there are three buttons at the top, two to you to other galleries and the middle back to the main menu with all the galleries. Is there way of removing the two arrows, happy with the return to main menu but the buttons really need to go.

Viewing 3 replies - 1 through 3 (of 3 total)
  • By gallery do you mean portfolio?? If so then yes, you can hide with this css, just add in the theme options > advanced settings, custom css box:

    .portfolionav a[rel='prev'], .portfolionav a[rel="next"] {
        display: none;
    }

    Kadence Themes

    Thread Starter vanessaShort

    (@vanessashort)

    No sorry I didn’t. Just under the menu there are three boxes, one to go to previous project, the middle one takes you to all the portfolios and third to the next portfolio. Its the three boxes below the menu you see when you are clicked onto featured portfolios in the demo mode you show of the theme.

    hannah

    (@hannahritner)

    Hey, the css above should hide those arrows. Did you try adding it to your custom css box?

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘arrows’ is closed to new replies.