Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1211255
    Andysallis
    Participant

    Hi there, I am trying to achieve to get the promo image to be a link and have a hover colour exactly the same as the recent posts are like on my site. Link and details in the next post.

    #1211258
    Andysallis
    Participant
    This reply has been marked as private.
    #1211394
    Christian
    Moderator

    Hey there,

    Sorry but there’s no image link feature for the Promo element. It could be possible with custom development, but this would be 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!

    #1211404
    Andysallis
    Participant
    This reply has been marked as private.
    #1211602
    Rupok
    Member

    Hi there,

    It’s possible but it would be tricky. Let’s try this with your existing code :

    .x-promo-content a {
      position: relative;
      z-index: 2;
    }
    
    .x-promo-content > h3 {
      position: relative;
    }
    
    .x-promo-content > h3::before {
      background: #1c6ea5 none repeat scroll 0 0;
      content: "";
      height: 189px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
    }

    Hope this helps.

    #1212172
    Andysallis
    Participant

    Fantastic, that works a treat.

    Thank you!

    #1212173
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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