• Im using the spexel theme for wordpress 3.0.1. My website can be found here http://www.suziegibb.com (can someone tell me how to make my background transparent rather then white please? i would like the background to be completely visable, rather then a white background) Thankyou.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Mark,

    I see your background just fine…looks like a creek or river scene?

    Do you mean the white background under the camera slideshow?

    .container {
    background:url("images/container_bg.png") repeat-y scroll 0 0 transparent;
    margin:0 auto;
    width:950px;
    }

    remove the background line from the above in your style sheet.

    Thread Starter MarkSherwood

    (@marksherwood)

    yeah, the whole white, under the camara slideshow, and underneath. Il try rich elfins method, brb. thankyou both

    Thread Starter MarkSherwood

    (@marksherwood)

    yes that worked, thankyou. However, the white, near the footer, and behind the camara slidershow, how can i remove them please? And secondly how do i remove the out-going links, in the footer bar, under neath my copyright info? And the link in the top right hand corner (on the very top nav bar), RSS subscribe, how do i remove this? Thankyou so much.

    Finally lol, how do i make the font WHITE, on the very very top nav bar? Thankyou both so much,

    Thread Starter MarkSherwood

    (@marksherwood)

    Marty Martin, thankyou. Its kind of sorted now. I just need help with the above (my previous post) problems lol

    You’re asking a lot…

    #container_end {
    background:url("images/container_bt.png") no-repeat scroll left bottom transparent;

    remove that and it will hide the footer image.

    the slider, that’s an image on the page, so you’ll need to find where that is being referenced.

    can’t see any links under your copyright.

    to remove the rss link, check header.php of your theme.

    find:

    ul.topmenu li a, ul.topmenu li a:visited {
    color:#87CEEB;

    and change the color to: #fff; to make the top nav bar links white.

    Thread Starter MarkSherwood

    (@marksherwood)

    thankyouuuuuuuuu

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘site help’ is closed to new replies.