• Resolved hurra03

    (@hurra03)


    I would like to remove the text “Recent Posts” from the bottom of the screen

    Raindrops
    alteregvoices.com

    thanks

    hurra03

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi hurra03

    I can not access your Site.

    (DNS lookup Error)

    thank you

    Thread Starter hurra03

    (@hurra03)

    Sorry – types it wrong:

    http://alteregovoices.com

    Theme Author nobita

    (@nobita)

    I will explain the two methods

    Using CSS

    Add to style.css last line below style rule

    #raindrops-recent-posts{
        display:none!important;
    }

    Using Template Edit

    Dashboard / Appearance / Editor

    click brank front Page Template at right sidebar

    Add first line (<?php before) below code.

    <?php
    $raindrops_bf_recent_posts = '';
    ?>

    Thank you.

    Thread Starter hurra03

    (@hurra03)

    Thank you!!! (resolved)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove text Recent Posts’ is closed to new replies.