You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
Changing Design
- Thread starter Mickey
- Start date
- Messages
- 4,878
- Website
- www.xenfocus.com
Hi Mickey,
I'll need more information if possible, since "change the design" is a fairly broad request
I'll need more information if possible, since "change the design" is a fairly broad request
- Messages
- 4,878
- Website
- www.xenfocus.com
Hi Ehren
The images behind the text. I was wondering if there is a way to change it to something else
Adding this to your extra.less file will remove the image from the headers:
Less:
#XF .block-header{
background-image: none;
box-shadow: rgba(0,0,0,0.3) 0px 1px 4px;
}
To change the image to something else, use this instead:
Less:
#XF .block-header{
background-image: url('https://site.com/image.jpg');
box-shadow: rgba(0,0,0,0.3) 0px 1px 4px;
}
I hope that helps!