• Hi All,

    Hoping a Css expert can provide some nifty code work that can help me move the white text and button down a bit on the slide.

    For reference, this is what I currently have in my main.css file regarding the slide content:

    home-slider .content-wrapper {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 999;
    }
    .home-slider .slide-content {
    width: 44%;
    }
    .home-slider .slide-content h1 {
    font-size: 44px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    margin: 0px 0px 50px;
    margin-top: 80px;
    font-weight: 500;
    }
    .home-slider .slide-content h1 span {
    font-weight: 800;
    }
    .home-slider .slide-content h1:after {
    content: url(“../images/plus-red.png”);
    margin-left: 10px;
    }
    .home-slider .slide-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 26px;
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Css needed to move White Text and button on slide’ is closed to new replies.