Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1149735
    yhshin1020
    Participant

    Hey,

    I have two questions about blogs below.

    Thanks.

    #1149738
    yhshin1020
    Participant
    This reply has been marked as private.
    #1149933
    Rad
    Moderator

    Hi 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.

    #1150137
    yhshin1020
    Participant
    This reply has been marked as private.
    #1150213
    Christopher
    Moderator

    Hi 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.

    #1150218
    yhshin1020
    Participant
    This reply has been marked as private.
    #1150236
    Christopher
    Moderator

    Hi 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.

    #1150540
    yhshin1020
    Participant
    This reply has been marked as private.
    #1150764
    Rad
    Moderator

    Hi 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!

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