Forums

[resolved] Removing a dotted line from a theme (4 posts)

  1. abillmann
    Member
    Posted 1 year ago #

    I'm playing around with a new theme called Journalcrunch.

    Toward the top, there's a horizontal line consisting of small teal-colored bullets. I'd like to remove this line, but I'm not sure how to go about it. (I'm a newb. Obviously. A gracious newb, though, nonetheless.)

    Here's a link to a JPG so you can see what I'm talking about:
    http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/uploader/images/journalcrunch/full_preview.jpg

    To see it on a live site, go here: http://www.andrewbcopy.com

    What's the best way to remove this? Should I be looking to modify a PNG image file in the theme, or should I be turning my attention to some sort of PHP file?

    Any help or insights are GREATLY appreciated!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    It;'s part of the background image in:

    #mainWrapper {
        background: url("images/bk_main_wrapper.png") repeat-x;
    }.
  3. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    http://www.andrewbcopy.com/wp-content/themes/journalcrunch/journalcrunch/images/bk_main_wrapper.png

    is the image, you can either edit it, or alter the css here:

    #mainWrapper {
    	background:url(images/bk_main_wrapper.png) 0 0 repeat-x;
    }

    in style.css

  4. abillmann
    Member
    Posted 1 year ago #

    Awesomeness abounds here, as usual! Thank you!

Topic Closed

This topic has been closed to new replies.

About this Topic