Removing background from Logo
  • agentblackagentblack
    April 2012
    I've tried removing the lines of code:

    .logobox-br {background: url(../images/roundbox_br.png) no-repeat bottom right; margin:0 0 0 30px; padding:16px 30px 16px 0px; }

    .logobox-bl {background: url(../images/roundbox_bl.png) no-repeat bottom left; position:absolute;}

    In an attempt to get rid of the black box background that surrounds the main webpage logo. However this was unsuccessful, do you have any further suggestions? I'd rather have no background so it blends with the slider, or a transparent background that accepts the sliders background or image as it's background.

    Thanks for a great theme!

    Regards.
  • mikemike
    April 2012
    Those are the only two images for the logo background. Make sure any changes you are making actually have been made by viewing the stylesheet online.

    Also, the little horizontal black bar is placed via:
    /images/top-bar-bg.png
  • agentblackagentblack
    April 2012
    Thank you.