Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1175901
    crbasford
    Participant

    1. I am using the Grid to display my portfolio. I would like the name visible without hover so I chose the “Lome” skin which displays the portfolio item title and date added. What I would like to do next is use custom CSS in the grid settings to hide the date when displayed. How can I do that.

    mysugarhillumc.org

    #1175910
    crbasford
    Participant
    This reply has been marked as private.
    #1175913
    crbasford
    Participant

    The grid this should apply to is the “grow groups” grid

    #1176151
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    To hide the dates, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

    #grid-450 .tg-item-date {
        display: none;
    }

    http://prntscr.com/ci70gh

    We would loved to know if this has work for you. Thank you.

    #1176587
    crbasford
    Participant

    worked great. Is there also a way to display the portfolio or post tag instead? (below title)

    #1176661
    Christian
    Moderator

    Hey there,

    Regretfully, that would require custom development which is outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    Thanks for understanding. Take care!

    #1191538
    crbasford
    Participant

    Can I also hide a particular post category via CSS for the grid but using the grid ID.

    #1191813
    Rupok
    Member

    Hi there,

    I believe you can control the categories from the options while creating the grid. So you should not hide using CSS as it will be still loaded and degrade the performance. Let’s follow the grid documentation for help – https://community.theme.co/kb/integrated-plugins-the-grid/

    Thanks!

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