-
-
Hi, is it possible to remove ‘View All’ and the title of the portfolio category on a portfolio page?
Thanks
-
Hello,
Yes, it is. Please add this code into your custom css box:
li.filter.all.active { display: none; }
To remove the “View All”. What type of portfolio are you using? There is different code for each portfolio type. Please send us your portfolio link so i can give the precise code to add.
Best regards!
-
-
Hello,
Please add this code into your custom css box:
.portfolio-item.grayscale .project h6 { display: none; }
Best regards!
-
Thanks for that.
Is it also possible to remove the slug?
I tried the following css, which I found on the forum, but it didn’t work for me.
.portfolio-item h6.a2 {
display: none;
} -
Hello,
Please add this code into your custom css box:
.portfolio-item.grayscale .project h6 { display: none; }
Best regards!
-
Hi,
I can’t seem to remove the slug from the portfolio.
I’m using the ‘overlayed with base colour’ display. I tried the following CSS but I must have it wrong. Please can you help me?
<p class=”p1″><span class=”s1″>.portfolio-item.basic .project h6 {</span></p>
<p class=”p1″><span class=”s1″> display: none;</span></p>
<p class=”p1″><span class=”s1″>}</span></p>
<p class=”p1″></p>
<p class=”p1″></p> -
Hello,
Isn’t this the portfolio page: https://www.waterarthouse.co.uk/nikki_iles/portfolio/ ?
The code i gave you does remove the slug. Are you referring to another page? Send us the link so i can give the right css.Best regards!
-
Hi, no it’s a different page. Sorry. Different portfolio setup.
https://www.waterarthouse.co.uk/nikki_iles/recordings/
Thanks
-
Hello,
Please add this code, for the overlayed portfolio style:
.portfolio-item.overlayed h6 { display: none; }
Result screenshot.
Best regards!
-
You must be logged in to reply to this topic.