Remove Slider Background & Border

  1. Hi Patrick,

    Figure I'm missing something obvious here but when I try changing the CSS on the slider to have no background colour and no border but nothing is happening. I want the page background image to show through.

    Is it simply removing the background colour from the body. Don't think this would be good for all other elements though?


    body {
    background: #fff url('library/images/bg-alt.gif') repeat-x;
    font-family: "Trebuchet MS",Arial,Helvetica;
    font-size: 13px;
    }

    Or should I change one of the .page-template-slider elements and if so which one?

    I tried adjusting this one but I suspect it is only effecting the post thumbnail.


    .page-template-slider .sliderwrapper .contentdiv .home-slide-image .home-slide {
    /* border: 1px solid #ccc; */
    border: 0;
    padding: 5px;
    background-color: transparent;
    }

  2. This will remove the entire white background from the slider template page.

    .page-template-slider #container
    .page-template-slider .container-top,
    .page-template-slider .container-btm {
    background: none;
    }
  3. Thanks Patrick


Reply

You must log in to post.

Topic Info

  • 3 posts
  • Started 5 months ago by pdeegan
  • Latest reply from pdeegan
  • This topic is resolved

Tags