V
V
vik73352018-04-21 22:07:49
Layout
vik7335, 2018-04-21 22:07:49

How to hide these elements?

Tried with z-index, overflow:hidden didn't help. Maybe I did not use it correctly, but I tried it in different ways and it did not work. In general, blocks with text should overlap the numbers and the line.
5adb8bead6446634725875.png
xxx.devshift.co.uk

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
A person from Kazakhstan, 2018-04-21
@LenovoId

main.css:143 line and everything is implemented like this

.block1__img::before {
    display: block;
    content: "01";
    color: #e8c3c2;
    font-family: Montserrat;
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 11.25px;
    position: relative;
    left: 0%;
    top: 66%;
    transform: translateX(-45%);
    z-index: -100;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question