Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #11999
    ahale1011
    Member

    Hi,
    I would like to know how to remove the content from the widgets in the homepage top sidebar. I am using the featured page widget. I would like to have just the images and maybe even a title but not the written content of the page that I am featuring.

    here is my site: http://www.themovproject.com

    Thanks in advance!

    Alisha

    #12006
    Sakin
    Keymaster

    @ahale1011: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the content.
    #home-top-sidebar .widget p { display: none; }

    #12010
    ahale1011
    Member

    Awesome! Thank you 🙂

    #15404
    ahale1011
    Member

    I’m having trouble with this now that I changed my featured page/posts. I replaced two of the featured pages with featured posts instead and suddenly this code does not work to remove the description. Is there a fix for this?

    Thank you.

    Alisha

    #15405
    ahale1011
    Member

    also, how do I remove the descriptions from the homepage left sidebar? I am using featured posts. Thank you.

    Alisha

    #15437
    Sakin
    Keymaster

    @ahale1011: Sorry there is no easy option to hide but for previous one you can use the following CSS>
    #home-left-sidebar p { display: none; }

    #15451
    ahale1011
    Member

    Bummer. Ok, thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘homepage top sidebar – remove descriptions?’ is closed to new replies.