Support » Fixing WordPress » Edit title link top of banner

  • How do I remove the title link for the top banner the tropical-flowers template for this blog:

    latinophile.com

    add a link on the sidebar to the admin panel

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • do you want to remove the yellow text or completely remove the ability to click on the banner and have it go back to your homepage?

    Thread Starter v2006

    (@v2006)

    Thanks for your swift reply

    Remove yellow text…I’ll be uploading my own banner
    and don’t want any text on top of it (the banner will contain the text)

    well possibly you could leave the blog title blank in
    admin –> options –> weblog title:
    but that would remove the title up on your browsers title bar.

    you can comment it out in the CSS I think. to comment out something in CSS you surround the code with /* */
    so on your style.css it the part would look like this:

    /*.blogtitle {
            color: #FFCC66;
    	font-size: x-large;
    	letter-spacing: 0.05em;
    	text-align: left;
    	font-weight: bold;
    	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
            padding: 25px;
    }*/

    I am not 100% sure so make sure you can revert if it does not work. Might want to make a backup of the orig.

    info from here: http://css.maxdesign.com.au/selectutorial/rules_comments.htm

    Thread Starter v2006

    (@v2006)

    Resolved

    Thanks a lot…commenting out worked well.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit title link top of banner’ is closed to new replies.