• Resolved burnsmicro

    (@burnsmicro)


    Help!

    I want to get rid of black bars that sandwich the banner image given by:

    div#imagecontainer {
    border-bottom:5px solid #333333;
    border-top:5px solid #333333;
    }

    Topic http://wordpress.org/support/topic/405274?replies=4 says this is in the “..theme’s CSS”.

    A search for div#imagecontainer only showed up in 2 files:
    \atahualpa\styles\ata-default.txt
    \atahualpa\styles\ata-round.txt

    ..and the black bar styling only shows up in the former.

    I commented out the div#imagecontainer styling, but the black bars persist in both IE and FF. I am using WordPress 2.9.2/Atahualpa 3.4.9. An earlier version (Atahualpa 3.4.6) did not show these black bars.

    Help! Where do I search to get rid of these black bars?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You should probably be making those edits from the Atahualpa options pages as a first choice, rather than style sheet edits. Two things might help you. a) If you could post a link to your site so others can see exactly what you see, help may actually be precise when it comes. b) take some time to look through the absolutely huge number of editable and configurable items in the themes options pages in the dashboard. You may find a very easy solution to removing those borders that doesn’t involve editing any css directly.

    Thread Starter burnsmicro

    (@burnsmicro)

    Good point, Clayton. The problem site is at http://aresst.org/CBRA/.

    Indeed, I have scoured the Atahualpa Options pages, but I have not succeeded in finding any reference to the black bars that sanwich the banner image.

    Then I searched the Forum and found that this issue had already been reported and resolved (http://wordpress.org/support/topic/405274?replies=4). However, I was unable to apply the solution successfully, probably because I am missing some key piece of information.

    Thread Starter burnsmicro

    (@burnsmicro)

    Found it!!

    The black bar styling code was in Atahualpa Options -> Various Content Items -> NEW Add HTML/CSS Inserts -> CSS Inserts:

    div#imagecontainer {
    border-top: solid 5px #333;
    border-bottom: solid 5px #333;
    }
    :

    FINALLY! Thanks for the post burnsmicro. I’ve been searching for that fix.

    I got the same problem. Thanks to burnsmicro !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Obituary Bars on Banner Image – Where is the CSS?’ is closed to new replies.