Okay
  Public Ticket #1042370
Freelancer theme
Closed

Comments

  •  2
    Jerome started the conversation

    Hi,

    How can I edit the excerpt (length, justify left/right, ...) or get rid of it eventually? Thank you.

  • [deleted] replied

    Hi Jerome,

    Can you please add the code below to Custom CSS

    /* To change the padding of that blog area */
    .blog-holder .isotope-item .box-holder .post-info {
        padding: 23px 5px !important;
    }
    /* Font size of the title and the text align*/
    .blog-holder .isotope-item .box-holder .post-info h2 a {
        font-size: 21px;
        text-align: center;
    }
    
  •  2
    Jerome replied

    Thank you Ylli. 

    Is there also a way to remove the excerpt below the image?

    Best,

    Jerome

  • [deleted] replied

    Hi Jerome,

    We don't give support for theme customizations but i decided to help you this time.

    Can you please add the code below to Custom CSS

    .blog-holder .box-holder .post-info p {
        display: none;
    }
    .blog-holder .box-holder .post-info h2 {
        margin-bottom: 0px !important;
    }
    

    Will set this ticket as solved from here.

  •  2
    Jerome replied

    Thank you!

  •   [deleted] replied privately