Theme: Duet; Delete footer issue

  • Unknown's avatar

    Hello. I purchased the Duet theme for my blog and I would like to customize it to my liking, but I’m facing some rather trivial issues… I would like to delete my footer completely, no copyright, no Word Press shout out, no nothing. Not that I don’t seriously love Word Press, just looking for an ultra simple/clean/minimal site. Please help! I leave for Thailand in three weeks and would love to have this up and running before I leave the States for the next six months. I appreciate all comments and will send wonderful/positive/happy vibes to everyone who tries to help me out :) Here is the CSS code for the Duet theme’s footer:

    /* Footer
    * ------------------------------------------------------------------ */
    footer[role="contentinfo"] {
    border-top: 1px dotted lightgrey;
    float: left;
    margin-top: 44px;
    width: 100%;
    text-align: center;
    padding-top: 22px;
    }
    footer[role="contentinfo"] p {
    font-size: .923em;
    text-indent: 0;
    }
    footer[role="contentinfo"] .to-top {
    margin: 0 auto 16px;
    }

    #connect {
    display: inline-block;
    margin: 22px auto 8px;
    }
    #connect ul {
    margin: 0;
    text-indent: 0;
    }
    #connect ul li:first-child {
    padding-left: 0;
    }
    #connect li {
    float: left;
    list-style-type: none;
    padding-left: 0.846em;
    }
    #connect li a:link,
    #connect li a:visited {
    display: block;
    width: 18px;
    height: 18px;
    border-bottom: none;
    }
    #connect li a:link:hover,
    #connect li a:visited:hover {
    background-position: 0 -18px;
    }
    #connect li.twitter a {
    background-image: url(images/twitter.svg);
    }
    #connect li.facebook a {
    background-image: url(images/facebook.svg);
    }
    #connect li.google a {
    background-image: url(images/google.svg);
    }
    #connect li.flickr a {
    background-image: url(images/flickr.svg);
    }
    #connect li.rss a {
    background-image: url(images/rss.svg);
    }

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I’ve resolved my own problem and am so excited to share it with the world! To delete the footer, simply enter the following information into the CSS (display: none; visibility: hidden;) like so…

    [CSS removed by staff since it is not allowed. See comment below.]

    Yeah!

  • Unknown's avatar

    I’m happy your excited, but removing the footer is against the WordPress.com terms of service. Can you please add the footer back?

  • Unknown's avatar

    Hey, I can help you move the footer or change it’s color a little so it blends better if that will help.

  • The topic ‘Theme: Duet; Delete footer issue’ is closed to new replies.