Removing portfolio borders and titles?

  • Posted in : Empathy
  • sjpownall1
    Participant

    Is it possible to remove the border and title from the portfolio landing page thumbnails?

    Example: http://stevenpownall.co.uk/#/portfolio

    serkan
    Moderator

    Hi @sjpownall1;
    You can use these custom css codes;

    .portfolio .media-cell-desc { display: none; }
    .portfolio-items .media-box { background: none; }

    Thanks

    sjpownall1
    Participant

    Thanks – just what I needed

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    sjpownall1
    Participant

    Have done – thank you

    ayustha
    Participant

    How Can I make my portfolio page like this one:

    http://stevenpownall.co.uk/#/portfolio

    sjpownall1
    Participant

    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.

    ayustha
    Participant

    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

    sjpownall1
    Participant

    Hi Ayustha,

    Unfortunately this was on the Empathy theme, I am unsure for any other theme.

    Kind Regards

    gennifergene
    Participant

    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

    serkan
    Moderator

    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

    gennifergene
    Participant

    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.

    serkan
    Moderator

    Hi gennifergene,
    You can try to use this custom css code;

    .portfolio-items .media-cell-desc { display: none; }

    Thanks

    gennifergene
    Participant

    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?

    serkan
    Moderator

    Hi gennifergene,
    For your further questions, please create new topics. You can use this custom css code.

    .single-post .featured-image { display: none; }

    Thanks

    gennifergene
    Participant

    whoops! Thank you very much Serkan

    serkan
    Moderator

    You are welcome.

Viewing 17 posts - 1 through 17 (of 17 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register