Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1172533
    malekhaddad
    Participant

    Hello,

    I would like to make the first post on the slider carousel to have the company logo, so what I did was make a post with the logo as the featured image, but I don’t want this to be a link, or if it has to be a link, to link back to the homepage. Any Ideas?

    http://vassecurityinc.com/

    Thanks!!!

    #1172685
    Lely
    Moderator

    Hi There,

    Please try adding this custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    .x-post-carousel .post-310 a.entry-cover {
        cursor: default;
    }

    Also add this on Appearance > Customize > Custom > Edit Javascript:

    jQuery(document).ready(function($){
    	$('.x-post-carousel .post-310 a.entry-cover').removeAttr("href");
    });

    Hope this helps.

    #1185689
    malekhaddad
    Participant

    Perfect, thank you!

    Also is there a way to remove the hovering effect on that window so it simply shows the logo at all times in the full height of the block? I would not like there to be an shadowing even when you do not hover on that window only…the rest are fine.

    Thank You!

    #1185925
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer as well:

    .post-310 .h-entry-cover,
    .post-310 .x-post-carousel-meta {
        display: none;
    }

    Hope this helps.

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