Justify text on post slider - by duduibira

This topic has 8 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler

  • Avatar: duduibira
    duduibira
    Participant
    October 4, 2016 at 22:25

    how do i justify the text on my home page post slider?

    http://prntscr.com/cpw060

    thanks

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 08:39

    Hello,

    You can add this code in Custom CSS:

    .recentCarousel .slide-item .caption p{
       text-align: justify;
    }

    Regards,
    Rose Tyler.

    Avatar: duduibira
    duduibira
    Participant
    October 5, 2016 at 13:10

    thanks, that worked!

    now, how do i hide category and posted by on the post slider?
    http://prntscr.com/cq3j25

    also, how do i justify text on blog page?
    http://prntscr.com/cq3khf

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 13:22

    Hello,

    Please add this code:

    .home .slide-item.thumbnails-x.post-slide h6.active {
       display: none;
    }
    .home .slide-item.thumbnails-x.post-slide .meta-post {
       display: none;
    }
    .blog .content-article{
        text-align: justify;
    }

    Regards,
    Rose Tyler.

    Avatar: duduibira
    duduibira
    Participant
    October 5, 2016 at 13:45

    THANKS!
    now, how do i hide the category on the blog page… also how do i set all featured images to show same height and width??

    http://prntscr.com/cq3ywe

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 14:02

    Hello,

    You are welcome!
    Please use this code:

    .blog .active {
       display: none;
    }

    Your images have different original sizes. You should upload them with similar dimensions or add this code:

    .blog-post img{
       height: 155px;
    }

    Regards,
    Rose Tyler.

    Avatar: duduibira
    duduibira
    Participant
    October 5, 2016 at 14:41

    thanks,

    the category still shows on the post page. how do i hide it? thanks
    http://prntscr.com/cq4r6z

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 14:47

    Hello,

    Add the following code in Custom CSS

    .blog-post h6.active {
      display: none;
     }
    .blog-post .wp-picture {
      margin-bottom: 30px;
    }

    Also, you can read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/

    Regards,
    Rose Tyler.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.