-
Posted in : Empathy
-
Is it possible to remove the border and title from the portfolio landing page thumbnails?
Hi @sjpownall1;
You can use these custom css codes;.portfolio .media-cell-desc { display: none; } .portfolio-items .media-box { background: none; }Thanks
Thanks – just what I needed
You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Have done – thank you
How Can I make my portfolio page like this one:
Hi Ayustha,
Serkan sorted the CSS for removing the border and title from the portfolio landing page thumbnails – see above. I tweaked the code a little to remove the background from both, instead of the whole text, I think it was:
.portfolio .media-cell-desc { background: none; }
.portfolio-items .media-box { background: none; }The images however I created myself.
I hope this helps.
Thanks Sjpownall
I got the Photographer theme, can I have my portfolio page like the http://stevenpownall.co.uk/#/portfolio
with the tittle of the page like ALL ACCREDITATIONS AWARDS
Hi Ayustha,
Unfortunately this was on the Empathy theme, I am unsure for any other theme.
Kind Regards
Does anyone know how to remove the titles from portfolio items in CVCard?
I am trying this:
.portfolio-title{
display: none;
}but it is not working. I will be doing a good review after I get this right
Hi gennifergene,
This topic is related to empathy theme and you can cvcard theme. Next time, please check the theme name.
You can use this custom css code;.portfolio-title h2 { display: none; }Thanks
Thanks Serkan, I couldn’t see the solution in the CVCard theme name. I think we still have a problem because unfortunately the CSS
.portfolio-title h2 { display: none; }
does not remove the titles from the portfolio thumbnails on the portfolio page.
see http://gristock.net/journalism/#/portfolio
Its important because if your images have words in them already, you don’t want your titles to appear, or they will appear twice.
Thanks so much for your help with this. It is a beautiful theme.
Hi gennifergene,
You can try to use this custom css code;.portfolio-items .media-cell-desc { display: none; }Thanks
Oh thats perfect thank you Serkan. I was trying to find the right bit of code for ages for that one.
May I also ask, can I used a CSS snippet to prevent featured images appearing within the actual blog post?
Hi gennifergene,
For your further questions, please create new topics. You can use this custom css code..single-post .featured-image { display: none; }Thanks
whoops! Thank you very much Serkan
You must be logged in and have valid license to reply to this topic.