How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Changing header background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17499
    Marco
    Participant

    Good morning, on https://mytopslot.com I would like to change the header background to a custom image of can I implement this type of CSS class?

    #17513
    admin
    Keymaster

    Hello Marco!

    You can do it using the following CSS:

    .header-top {
     background-image: url(LINK_TO_YOUR_IMAGE);
    }
    

    You may apply add some more CSS properties like “background-repeat: no-repeat;” or “background-size: 100%;” or “background-position: center;” but it depends on your image and how you want it to look like.

    #17663
    Marco
    Participant

    Thank you!

    #17664
    admin
    Keymaster

    You’re welcome!

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