• Resolved addcoach

    (@addcoach)


    I’m using Northern Web Coders theme in WP and wanted to get a certain color out of the comment section a long time ago. I eventually got it done and unfortunately forgot to document how I did it. The downside is I have the letters “WB1EA” show up in every comment and in the pingbacks.

    I don’t know how to get rid of it and have searched my theme files for the words “WB1EA” and can’t find it anywhere. I have example of how it it shows up in this comment below

    https://adultaddstrengths.com/2006/02/07/the-blogosphere-democracys-rapid-reaction-force/#comments

    Comment by D. Allen WB1EA; February 8, 2006 @ | Edit This

    Pingback by The Blogosphere: Democracy’s Rapid Reaction Force at Bene Diction Blogs On WB1EA; February 7, 2006 @ | Edit This

    I’m pretty sure I got it there by doing something with the color possibly in the css template. I can’t find it and am not sure what exactly I should look for and where, any suggestions?

    my css template is below just in case

    thanks

    Pete

    ‘/*
    Theme Name: Northern-Web-Coders
    Theme URI: https://www.northern-web-coders.de/
    Description: Northern-Web-Coders Theme
    Version: 1.0 story title #5F707A

    Author: Kai Ackermann
    */

    body
    {
    background: #99CCFF;
    font-family: Lucida Grande, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    }

    a
    {
    font-size: 12px;
    color: #495865;
    }

    a:hover
    {
    color: #6F6F6F;
    }

    #rap
    {
    background: #FFFFFF;
    margin: 0 auto 0 auto;
    width: 729px;
    text-align: left;
    border: 3px solid #5F707A;
    }

    h1#header
    {
    background: url(images/himmel.jpg);
    width: 729px;
    height: 205px;
    margin: 0;
    padding: 0;
    text-align: left;
    }

    h1#header a
    {
    position: relative;
    top: 170px;
    left: 10px;
    font-size: 24px;
    background: transparent;
    padding: 5px;
    color: #FEF4E2;
    text-decoration: none;
    }

    h1#header a:hover
    {
    position: relative;
    top: 170px;
    left: 10px;
    font-size: 24px;
    background: transparent;
    padding: 5px;
    color: #5F5F5F;
    text-decoration: none;
    }

    #content
    {
    position: relative;
    left: 30px;
    float: left;
    padding: 0;
    width: 450px;
    color: #495865;
    font-size: 11px;
    }

    #content h2
    {
    border-bottom: 1px solid #6F6F6F;
    color: #5F707A;
    font-size: 12px;
    margin: 20px 0 5px 0;
    padding: 0 0 3px 0;
    text-align: right;
    width: 440px;
    }

    #content h2#comments a
    {
    color: #5F707A;
    font-size: 14px;
    }

    #content h3 img
    {
    border: 0;
    }

    #content div.post
    {
    margin: 0 0 20px 0;
    padding: 0;
    }

    #content p
    {
    font-size: 12px;
    }

    #content div.post p, #content div.post li
    {
    font-family: Lucida Grande, Verdana, sans-serif;
    font-size: 12px;
    line-height: 130%;
    }

    #content div.post div.storycontent p
    {
    width: 90%;
    }

    #content div.post div.storycontent ul, #content div.post div.storycontent ol
    {
    margin-left: 0;
    padding-left: 0;
    }

    #content div.post div.storycontent li
    {
    margin-left: 30px;
    width: 80%;
    }

    #content div.post div.storycontent blockquote
    {
    background: #CCFFFF;
    border: 1px solid #CCFFFF;
    border-left: 2px solid #CCFFFF;
    font-family: Georgia, Times New Roman, serif;
    font-size: 11px;
    margin-left: 20px;
    padding: 4px 4px 4px 7px;
    width: 80%;
    }

    #content h3
    {
    margin: 0 0 5px 0;
    padding: 0;
    }

    #content h3.storytitle, #content h3.storytitle a
    {
    font-size: 17px;
    color: #0066FF;
    margin:5px 0px 10px 0px;
    text-decoration: none
    }

    #content h3.storytitle a:hover
    {
    color: #495865;
    text-decoration: none
    }

    #content div.post p
    {
    width: 90%;
    }

    #content div.post div.meta, #content div.post div.meta a
    {
    color: #000000;
    font-family: Lucida Grande, Verdana, sans-serif;
    font-size: 10px;
    margin:0px 0px 25px 0px;

    }

    #content div.post div.meta li a:hover
    {
    color: #686050;
    }

    #content div.post div.meta ul, #content div.post div.meta li
    {
    display: inline;
    margin: 0;
    padding: 0;
    }

    #content div.post div.feedback
    {
    font-size: 12px;
    }

    #content #commentlist
    {
    margin: 20px 20px 20px 23px;
    padding: 0;
    }

    #content #commentlist li

    {
    margin-bottom: 10px;
    }

    #content #commentform input, #content #commentform textarea
    {
    background: #FFFFFF;
    border: 1px solid #87B1EA;
    font-size: 11px;
    padding: 2px;
    }

    #content #commentform textarea
    {
    height: 150px;
    width: 90%;
    }

    #content code
    {
    color: #87B1EA
    }

    #content ul
    {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: circle;
    }

    #navcontainer ul
    {
    padding: 0;
    margin: 0;
    background: #99CCFF;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    float: left;
    width: 729px;
    font: 16px arial, helvetica, sans-serif;
    }

    #navcontainer ul li { display: inline; }

    #navcontainer ul li.page_item a
    {
    padding: 10px 14px 11px 14px;
    background: #99CCFF;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    float: left;
    border-right: 1px solid #FFFFFF;
    }

    #navcontainer ul li.page_item a:hover
    {
    color: #FFFFFF;
    background: #C9C0B0;
    }

    #navcontainer ul li.current_page_item a
    {
    padding: 10px 14px 11px 14px;
    background: #C9C0B0;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    border-right: 1px solid #DFDFDF;
    }

    #navcontainer ul li.current_page_item a:hover
    {
    background: #6F6F6F;
    }

    #menu
    {
    clear: right;
    float: left;
    position: relative;
    top: 10px;
    left: 50px;
    margin: 0 0 10px 0;
    width: 220px;
    }

    #menu ul
    {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    }

    #menu ul li
    {
    color: #5F5F5F;
    font-size: 12px;
    margin: 0;
    padding: 0;
    }

    #menu ul li p
    {
    font-size: 12px;
    width: 190px;
    font-weight: bold;
    }

    #menu ul li h2
    {
    border-bottom: 1px solid;
    width: 190px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    }

    #menu ul li ul
    {
    margin: 5px 0 15px 10px;
    }

    #menu ul li ul li
    {
    font-weight: normal;
    margin: 0 0 3px 0;
    padding: 0;
    line-height: 12px
    }

    #menu ul li#winamp ul li
    {
    width: 190px
    }

    #menu ul li ul li a
    {
    color: #5F5F5F;
    text-decoration: none;
    }

    #menu ul li ul li a:hover
    {
    font-weight: bold;
    text-decoration: none
    }

    #searchform
    {
    margin: 2px 0 15px 0;
    }

    #searchform input
    {
    background: #FFFFFF;
    border: 1px solid #6F6F6F;
    font-size: 11px;
    margin-top: 3px;
    padding: 2px;
    }

    p.credit
    {
    color: #000000;
    background: #99CCFF;
    border-top: 1px solid #DFDFDF;
    clear: both;
    font-size: 12px;
    margin: 0 auto 0 auto;
    padding: 16px 0 17px 0;
    text-align: center;
    width: 729px;
    }

    p.credit a
    {
    color: #000000
    }

    <ul class=”Recent Posts”>
    .recentposts li {padding-bottom: 10px;}’

  • The topic ‘How to get rid of visible code in the comments area’ is closed to new replies.