Forums

How do I remove the blue line? (8 posts)

  1. intheknowmom
    Member
    Posted 2 years ago #

    How do I remove or just change the color of this blue line on the right side (before sidebar)? I can not find it anywhere in the coding!
    http://intheknowmom.net

    Thank You!

  2. ral_ani
    Member
    Posted 2 years ago #

    It seems to be a style in your wrapper id

    #wrapper {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#333333 url(images/content-bg.png) repeat-y scroll right top;
    margin:0 auto !important;
    width:960px;
    }

    The background image content-bg.png has that blue line

  3. intheknowmom
    Member
    Posted 2 years ago #

    Where can I find this in the editor? Sorry I am rather new to this.

  4. ral_ani
    Member
    Posted 2 years ago #

    it should be in your style.css file which is in:
    your-wordpress-folder\wp-content\themes\your-theme-name\style.css

    So just change this bit:
    background:#333333 url(images/content-bg.png) repeat-y scroll right top;
    to:
    background:#333333;

  5. nazcar
    Member
    Posted 2 years ago #

    Where can I find this in the editor? Sorry I am rather new to this.

    edit your style.css using your theme editor in admin panel

    url-blog/wp-admin/theme-editor.php

  6. ral_ani
    Member
    Posted 2 years ago #

    Or if you prefer to access it through your dashboard you navigate to the "Appearance" tab and click on Editor, then select "Stylesheet (style.css)" under styles on the right from the list of theme files

  7. intheknowmom
    Member
    Posted 2 years ago #

    That changed the background color but not the blue line. :/

  8. intheknowmom
    Member
    Posted 2 years ago #

    THANK YOU!!!!! It worked.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags