Support » Theme: Hueman » remove name of category and date in slider

  • Thanks for this wonderful theme!

    1. I would like to remove category name and date in my slider, how can I do that

    2. Make the title of the slider (post title) be very close to the slider or at the very bottom of the slider), please help

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tossytm

    (@tossytm)

    1. I would like to remove category name and date in my slider, how can I do that

    2. Make the title of the slider (post title) be very close to the slider or at the very bottom of the slider), please help

    3. top of the slier I see the name of the site “MPE” see http://www.mpe.ac.tz , can I be able to remove that and make the slider start right after header menu? please help

    1. Edit content-featured.php with a child theme and remove:

    <div class="post-meta group">
    <p class="post-category"><?php the_category(' / '); ?></p>
    <p class="post-date"><?php the_time('j M, Y'); ?></p>
    </div><!--/.post-meta-->

    2. You’d need to customize this with your own css.

    3. Change this text to anything you want in Theme Options > Blog > Heading/Subheading

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove name of category and date in slider’ is closed to new replies.