Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1082315
    bigdreams
    Participant

    Hello..

    link: http://hoegers.at/vitrine/

    i working on a Grid and i would like to change the Color inside the Boxes (Titel text on hover) ..

    i tried a lot but i didn’t get it =)

    could you help me out with the right css code?

    thank you!

    #1082577
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    h2.tg-item-title {
        color: #000 !important;
    }
    
    span.tg-item-term {
        color: #000 !important;
    }

    Note: Please change color code as per your requirement.

    Thanks.

    #1082788
    bigdreams
    Participant

    thank you this works well!

    is there also a way to deactivate the link from (span.tg-item-term) ?

    The category below the TITEL is a link.. we don’t want this.

    thank you!

    #1083143
    Paul R
    Moderator

    Hi,

    You can add this under Custom >Edit Global CSS in the Customizer.

    
    .tg-grid-wrapper .media-category {
       pointer-events: none;
       cursor: default;
    }
    

    Hope that helps

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