Support For Pattern Based Backgrounds in the Header

http://bnmprojects.info/justgrow/

Does X support patern based backgrounds in the header? I want to use a nice pattern based background that I’ve downloaded in the header for this site.

Hello @spencey,

Thanks for writing in!

With Pattern based background, if you are referring similar to the images shown in link bellow then yes, you can have pattern based background in X Theme. To do that please add following CSS under X > Theme Options > CSS:

.x-logobar {
    background-image: url(Add_image_URL);
}

Replace Add_image_URL in above code with the URL address of image.

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.