• Hi
    Is there a way to remove the grid icon in porfolio post? The one between the arrows.
    I am using this for product presentation so it’s not a portfolio in my case. Having this page portfolio is not necessary but I dont’t wanna have blank link in this place.

    Unless I could change the permalink from porftolio to prezentacje.

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

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

    (@hannahritner)

    Hey,
    You can set that page to whatever you would like from Theme Options > Page/Post Settings > All Projects Portfolio Page.
    Or you can hide it with this css:

    .portfolionav a {
        display: none;
    }

    Hope that’s helpful!

    Hannah

    Thread Starter Marudor

    (@marudor)

    ok that works

    Is it possible to keep the arrows and not displaying the grid icon in the middle?

    hannah

    (@hannahritner)

    Try using this css:

    .portfolionav .icon-th {
        display: none;
    }
    .portfolionav a {
        padding: 0;
    }
    i.icon-chevron-left, i.icon-chevron-right {
        padding: 10px;
    }

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Icon’ is closed to new replies.