Remove portfolio link icon

Hi there,
how do I remove the icon on the Ethos portfolio pages that links to the default portfolio page?
(the square on the top left with nine little squares within it)

Hi @sarahlouisewaterhouse,

Thanks for reaching out!

Would you mind sharing your site URL portfolio pages? so that we can check on it and give some advice on how to remove it.

Thank you.

Sure, This is one of the portfolio pages: http://markgibbs.co.uk/dir/works-2/
Because of the way I have set the site up I need to remove the link across the whole site.
Thanks

Hello @sarahlouisewaterhouse,

Regretfully we do not have an option where you can disable the portfolio item navigation. It will require a custom CSS code to be able to do that. You need to use the Google Chrome Developer Toolbar to check the live HTML code and find which CSS selector you need to use.

You need to add CSS code into X > Theme Options > CSS that hides the element. Therefore the code will be;

.entry-top-navigation {
    display: none;
}

Feel free to make adjustment as you need. Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Intro to CSS - https://goo.gl/mFuWQT
How to get CSS selectors - https://goo.gl/BmoH39
Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa

Thank you for your help. :slight_smile:

Hi @sarahlouisewaterhouse,

You’re welcome and it’s our pleasure to help you. If you have any other concerns regarding our theme features, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.