• Hi,

    I have two questions:

    1. I would like to remove date and author from each posts (keeping only categories).
    How can I do it?

    2. For sliders, I do not like the white box background for the text. Is there any easy and fast way to remove it (make it slightly transparent)?

    Thanks for a great theme!!! Pleasure to use it.
    Anna

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author acosmin

    (@acosmin)

    1. If you are using a child theme copy the “post-templates” folder from the “justwrite” folder. Now open all files and search for/remove these lines:

    <time class="detail left index-post-date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>
    			<span class="detail left index-post-author"><em><?php _e( 'by', 'justwrite' ); ?></em> <?php the_author_posts_link(); ?></span>

    If you are not using a child theme just do the steps in the “justwrite” folder.

    2. You can try the following CSS lines:

    .st-wrapped.st-large { box-shadow: none; color: #fff !important;}
    .st-wrapped.st-small { box-shadow: none; color: #fff !important; }

    Thread Starter AnnaDaneau

    (@annadaneau)

    Thanks so much for the quick reply.

    1 noted,

    2. It did not work. Any other solution? Actually making the white box slightly transparent would be enough.

    Thanks
    Anna

    Theme Author acosmin

    (@acosmin)

    I am going to need to see your website… please leave a URL

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove author and date from posts’ is closed to new replies.