• Hi, I am new to WordPress and have no programming skils, so please be gentle with me.

    My site is http://www.fleawar.com using the Doc 0.1 theme.

    I have three questions:

    1. How can I delete the “Feeds” widget in the top right hand corner of the page? There are three sidebars on the right hand sid but they are all empty, so I cannot drag and drop from there.

    2. Can I also remove the widgets at the bottom of the page?

    3. I have deliberately left the site title and tagline empty. Can I move my graphic and text towards the top of the page?

    Thanks, Ross

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try going to Dashboard > Appearance > Widgets. Then just drag the widgets out of the sidebars.

    The ones at the bottom of the page might be in Appearance > Theme options.

    Not sure about your third question, sorry.

    Thread Starter www.fleawar.com

    (@wwwfleawarcom)

    Thanks for the reply.
    I had tried that already, but I repeated to process, still with no luck.
    There are three sidebars and they are all empty to start with.
    Thanks, Ross

    the feed seems to be hardcoded into header.php.

    you can ‘remove’ it using css, by adding display:none; ;

    in style.css

    #feeds {
    display:none;
    font-size : 14px;
    }

    same with the space caused by #header:

    #header {
    margin : 20px 0 30px 0;
    padding : 30px 0;
    text-align : center;
    display:none;
    }
    Thread Starter www.fleawar.com

    (@wwwfleawarcom)

    Thanks cowgrrrl & alchymyth.

    The instructions in the previous posts worked perfectly & were perfectly clear so that even a mug like ne could follow them.

    Thanks again,

    Ross

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deleting Widgets’ is closed to new replies.