Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1418312
    #1418461

    Hey Jens,

    Thank you for the inquiry.

    The following css code should work, just replace the red background with an image and adjust the other properties as required.

    .responsive #top .av_header_transparency #header_main .inner-container .widget a img {
        opacity: 0;
    }
    
    .responsive #top .av_header_transparency #header_main .inner-container .widget a:before {
        content: '';
        width: 100px;
        height: 30px;
        background: red;
        display: block;
        position: absolute;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.