• David

    (@thatseoguydavid)


    Im using the twenty ten theme, I’ve added an rss image link to the right side but for some reason I can’t disable the text link, do I have to edit some php, if so which file? I have a feeling this will be a simple fix but I can’t find anything in the forums about it.

    My site is thatseoguydavid.com if that helps. Thanks for any help.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Don’t add your RSS link to your site via Admin/Links. edit your theme’s sidebar and add it. Or add it via a Text widget.

    Thread Starter David

    (@thatseoguydavid)

    it worked perfectly, I didn’t know you could even use html in the text widgets, any advice on how to get the image centered. Im going thru the css now and it’s not fun 🙁

    Thanks for helpin me.

    Try adding class="aligncenter" to the img markup.

    Thread Starter David

    (@thatseoguydavid)

    it didn’t work 🙁

    Sorry – there was a missing opening ” in class="aligncenter"

    Thread Starter David

    (@thatseoguydavid)

    im sorry I dont understand, can you elaborate. Sorry.

    Looks like your theme doesn’t support the aligncenter class. Try adding:

    .aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
    }

    to the bottom of your stylesheet.

    Thread Starter David

    (@thatseoguydavid)

    that didn’t work either, do you know which php file the code would be in, I looked in sidebar.php but don’t see it.

    that didn’t work either

    Try again. I think you missed something when you added that CSS (I can only see margin-right:auto; in Firebug).

    Thread Starter David

    (@thatseoguydavid)

    I had the full code all the way down at the bottom, I think aligncenter is built in somewhere, I know for there is a content img.aligncenter. Im actually gonna switch to a 3 column layout and ditch twentyten. thanks for all your help though.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Rss icon – just want img no text’ is closed to new replies.