• Resolved dlinton12

    (@dlinton12)


    My site title has disappeared. Not sure what I did wrong. I inserted code to remove the “powered by..” statement on the footer and now I cannot see the title. I removed the code, cleared cache, restarted IE and still cannot see the title. Here is a copy of the <Head> section:

    <!– Fix these meta tags to describe your site. Add CSS to the style block for even more customization. –>
    <meta name=”description” content=” Cvisionz Web Designs” />
    <meta name=”keywords” content=”Cvisionz Web Designs blog, Cvisionz Web Designs” />
    <style type=”text/css”>
    #site-title a {font-size:170%}
    #access {-moz-border-radius: 7px; -moz-border-radius: 7px;
    -webkit-border-radius: 7px; -webkit-border-radius: 7px;}
    #access { text-align:center; }
    #access ul{display:inline-block;}
    #site-title {
    position: absolute;
    top: 100px; margin-left: 40px; /* adjust as needed */
    }
    #site-description {
    position:absolute; clear: both; float: left;
    top: 150px; /* adjust and coordinate with #site-title */
    margin-left: 50px; /* adjust as needed */
    }
    #site-description {
    clear: both; float: left;
    margin-top: -10px; margin-left: 20px; /* adjust as needed */
    }
    #site-title a {font-size:150%}
    </style>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you view the source of generated HTML tags, is the title there? or is the title just being hidden because of the CSS?

    Thread Starter dlinton12

    (@dlinton12)

    Thanks for your reply. Yes the generated HTML tags are visible when I view the source. I guess I need to figure out how to unhide the CSS.

    Thread Starter dlinton12

    (@dlinton12)

    This is more difficult than I thought. I am considering removing the theme and starting over. Any thoughts?

    Thread Starter dlinton12

    (@dlinton12)

    Got it all fixed up now. Must have been an issue with cache.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site Title Has Disappeared’ is closed to new replies.