Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1092645

    Hello, my background picture in the header is not displayed. Here my CCS and my login to the page

    CCS:
    #top #header_main {
    background-image: url(https://staging.schlossbrauhaus.de/wp-content/uploads/2019/04/kachel-background.jpg) center center repeat scroll;
    }

    #1092994

    Hey Markus,
    Sorry for the late reply, I adjust the css some and removed the trailing rules, it was showing as an error.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1093121

    Hello, now the background (https://staging.schlossbrauhaus.de/wp-content/uploads/2019/04/kachel-background.jpg) is displayed, but now I insert a new one (https://staging.schlossbrauhaus.de/wp-content/uploads/2019/04/kachel-background_01.jpg) I still have the problem that the changed background is not displayed. I have to test different backgrounds for the client, so I have to insert different backgrounds in a short time. Unfortunately, they are not displayed to me. Why is that? Where in which CCS file do I have to adapt it?

    • This reply was modified 5 years, 7 months ago by markmade.
    #1093135

    Hi,
    Sorry the image did change, it was stretching the full width.
    I changed to:

    #top #header_main {
        background-image: url(https://staging.schlossbrauhaus.de/wp-content/uploads/2019/04/kachel-background_01.jpg);
    	background-repeat: repeat;
        background-size: 143px;
    }

    You might find it tricky to align the line with the menu items for all screen widths. Perhaps try making the line a little wider so there are a few pixels of leeway for the top and bottom.
    I added the css to WordPress > Customize > Additional CSS I think your Quick CSS has an error in it which I didn’t find.

    Best regards,
    Mike

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