Tagged: x
-
AuthorPosts
-
September 13, 2016 at 12:12 am #1172533
malekhaddadParticipantHello,
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?
Thanks!!!
September 13, 2016 at 3:23 am #1172685
LelyModeratorHi 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.
September 21, 2016 at 7:49 pm #1185689
malekhaddadParticipantPerfect, 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!
September 21, 2016 at 11:11 pm #1185925
JadeModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1172533 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
