Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #353674

    Is it possible to add background images to title bars?

    #353746

    Hey!

    Try adding this code to the Quick CSS:

    .title_container{
    background-image: url(_IMG_URL_);
    background-repeat: no-repeat;
    background-position: center center;
    }

    Cheers! 
    Josue

    #353813

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding images to title bar’ is closed to new replies.