Okay
  Public Ticket #861744
Remove dates on blog
Closed

Comments

  •  1
    Fredrik started the conversation

    Hi,

    I'm trying to remove the dates on my homepage. It's a masonry blog with no sidebar. Have tried this code: 

    article.post .post-meta .date, .meta-date {
      display: none!important;
    }

    Any ideas how to remove them?

  •  8,996
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .masonry.classic_enhanced .masonry-blog-item h3.title {
        position: relative;
        top: -30px;
        background-color: #fff !important;
    }
    

    Bes.t


    ThemeNectar Support Team 

  •  1
    Fredrik replied

    Thx. How can we make the white box smaller now? Two lines of text is ok. 

    And another question:
    I want to hide/remove the excerpt for the blog on this site and all other single blog pages: https://cpanel16.proisp.no/~humornieu/2016/08/15/tutorial-tippekonkurranse-forbindelse-em/

    Under the title "Mer fra serien «Tutorial:", I only want the image and the title for the blog to show. Can you please help me with that? 

  •  8,996
    Tahir replied

    Hey Again,

    Simply choose the Minimal Style : http://prntscr.com/c6uzih

    Best.


    ThemeNectar Support Team 

  •  1
    Fredrik replied

    Hi,

    When i choose the Minimal style, the image goes away? I want the image and title be displayed. 

    When I use Minimal style: http://prnt.sc/c78pw2

    How i want it to look like: http://prnt.sc/c78plv

    Best.

  •  8,996
    Tahir replied

    Hey Again,

    I can only hide elements with custom css so please choose the style that works for you and provide the page url so i can write up the custom css for you .

    Bes.t 


    ThemeNectar Support Team 

  •  1
    Fredrik replied

    Heres the URL: https://cpanel16.proisp.no/~humornieu/2016/08/20/snowboys-outtake-2/

    I only want the image and title to be visible. Not the excerpt to the blog post.

    Regards

  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .blog-recent .col {
        visibility: hidden;
        max-height: 180px;
    }
    
    .blog-recent .col a {
        visibility: visible !important;
    }
    

    Bes.t


    ThemeNectar Support Team