Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1223520
    Garry
    Participant

    Hi loved X theme.
    I want to make line between recent post like ethos 1
    please help me. thanks

    #1223534
    Lely
    Moderator

    Hi Garry,

    Please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .home .x-recent-posts a.x-recent-post1 {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    Hope this helps.

    #1223618
    Garry
    Participant

    Thankyou very much Lely! Its worked.
    and can you help me make little animation like ethos 1.
    when cursor on the featured image it showed “view post” text.
    thanks before 🙂

    #1223726
    Lely
    Moderator

    Hi Garry,

    Try this custom CSS:

    .home .x-recent-posts .x-recent-posts-img:hover:after {
        opacity: 1;
        padding-top: 16%;
    }
    .home .x-recent-posts .x-recent-posts-img:after {
        content: "VIEW POST";
        background-color: rgba(0,0,0,.75);
        color: #fff;
        font-size: 20px;
        padding-top: 100%;
        padding-left: 41%;
        -webkit-transition: padding-top 0.3s ea;
        transition: padding 0.3s ease;
    }

    Hope this helps.

    #1223767
    Garry
    Participant

    thankyou Lely so much help.
    wish luck for you 🙂

    #1223964
    Joao
    Moderator

    Glad to hear it,

    Joao

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