Tagged: x
-
AuthorPosts
-
August 27, 2016 at 11:04 am #1149735
yhshin1020ParticipantHey,
I have two questions about blogs below.
Thanks.
August 27, 2016 at 11:06 am #1149738
yhshin1020ParticipantThis reply has been marked as private.August 27, 2016 at 4:56 pm #1149933
RadModeratorHi there,
Thanks for posting in.
Please add this CSS to Admin > Appearance > Customizer > Custom > CSS
a.entry-thumb:hover img { opacity: 1; } .x-iso-container>.hentry { -webkit-transition: all 1s; /* Safari */ transition: all 1s; } .x-iso-container>.hentry:hover { -ms-transform: scale(1.1, 1.1) !important; /* IE 9 */ -webkit-transform: scale(1.1, 1.1) !important; /* Safari */ transform: scale(1.1, 1.1) !important; }Hope this helps.
August 27, 2016 at 10:10 pm #1150137
yhshin1020ParticipantThis reply has been marked as private.August 28, 2016 at 12:59 am #1150213
ChristopherModeratorHi there,
Please add this code :
.entry-thumb:before { content: " " !important; } .blog .x-iso-container-posts.cols-3 .entry-wrap { padding: 0; box-shadow: none; }Hope it helps.
August 28, 2016 at 1:06 am #1150218
yhshin1020ParticipantThis reply has been marked as private.August 28, 2016 at 1:38 am #1150236
ChristopherModeratorHi there,
Please update your code to :
.entry-thumb:before { content: " " !important; background-color: transparent; }Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities.
Hope it helps.
August 28, 2016 at 9:54 am #1150540
yhshin1020ParticipantThis reply has been marked as private.August 28, 2016 at 3:33 pm #1150764
RadModeratorHi there,
Please try this one,
.x-iso-container>.hentry > .entry-featured, .x-iso-container>.hentry > .entry-wrap{ -webkit-transition: all 1s; /* Safari */ transition: all 1s; } .x-iso-container>.hentry:hover > .entry-featured, .x-iso-container>.hentry:hover > .entry-wrap { -ms-transform: scale(1.02, 1.02) !important; /* IE 9 */ -webkit-transform: scale(1.02, 1.02) !important; /* Safari */ transform: scale(1.02, 1.02) !important; }Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1149735 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
