Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1206601
    sportsnapper
    Participant

    I need to change the text colour fo e the portfolio items when the items are displayed in the grid on the main portfolio page.

    I’ve used the

    .entry-title-portfolio {
        color: #ffffff !important;
    }

    to change it to white.

    This works fine in the individual portfolio pages, but the grid display stays very irritatingly the original colour. Looking at the code, the selector for the portfolio titles in the grid display also seems the same, with a full path of h2.entry-title.entry-title-portfolio – but changing this makes no difference.

    I think that the grid display is using an Essential grid – is this overriding the other custom css?? Searching the forum seems to indicate that changing this text can be particularly troublesome…..

    site : http://138.68.146.57/portfolio/

    Thanks

    #1206745
    Joao
    Moderator

    Hi There,

    Please add :

    h2.entry-title.entry-title-portfolio  a {
     color: #ffffff !important;
    }

    Hope that helps

    Joao

    #1206760
    sportsnapper
    Participant

    Brilliant!!

    Thanks – it’s the anchor tag that makes the difference here. I’ll remember that for future issues

    #1206867
    Rahul
    Moderator

    Glad it helped you.

    Let us know if we can help with anything else.

    Thanks for using the X!

    #1207112
    sportsnapper
    Participant

    OK – don’t know if you can explain why this is happening.

    I’ve added some custom code see ‘https://community.theme.co/forums/topic/portfolio-post-page-with-essential-grid-gallery/’ and now have a grid at the top of my portfolio items (I think this is what I want – currently looking at options for portfolio display) which sort of works – it still needs more styling see http://138.68.146.57/portfolio-item/sa-portfolio-item/

    Now, when I look at the portfolio grid display http://138.68.146.57/portfolio/ the new page has a smaller thumbnail, but also lets me scroll through the images in the essential grid on the new portfolio page (SA portfolio item).

    This might be good – but currently the images are different ratios (deliberately) so I would prefer not to be able to scroll through and have a single image as the thumbnail – preferably the same size as the other thumbnails.

    #1207655
    Rue Nel
    Moderator

    Hello There,

    Thanks for the clarifications! The thumbnails might be harder to control because they are of different structures and comes from different template. One is from portfolio page layout and the other is coming out of the Essential Grid. Please edit your grid and make sure that it is not fullwidth and that it should only follows the container wrapper width which is the feature image container.

    Hope this make sense.

  • <script> jQuery(function($){ $("#no-reply-1206601 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>