Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1063942
    rhenry3369
    Participant

    Hello,

    Always blown away with the support you offer, if I could get your assistance again.

    1. I am trying to make each column on this page (http://trendlizard.com/trendlizard-blog/) so that you can click anywhere on the column and go to the link that currently sits behind just the text.

    2. I would also like to make the column turn another color (#81c42f) and for the text to turn black when hovering over that column.

    I’ve seen other threads on this topic but nothing has worked for me so far, please help!

    #1064363
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. So you want to make the entire column clickable with link? You can follow this – https://community.theme.co/forums/topic/add-link-to-columns/

    #2. You can add this under Custom > CSS in the Customizer.

    .linked-column:hover {
      background: #f54!important;
    }
    
    .linked-column:hover a, .linked-column:hover a span {
      color: #000 !important;
    }

    Make sure to add the class “linked-column” to each column.

    Cheers!

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