logo
  • You need 5 posts to download resources. You can only download 2 resources per day. To remove these limits consider upgrading.

XF How to add an image in your header

You Suck

Owner of: https://webflake.org
Administrator
Uploader
LV
0
 
Joined
Feb 20, 2023
Messages
225
Reaction score
176
Awards
12
go to admin appearance style properties
pick the style you want to add your image in
here we are going to use dark style
click on header and navigation and scroll down to Header/logo row
add your image and add your css

CSS:

Code:
background-repeat:no-repeat;

background-size:cover;

background-position: center center ;

opacity: 0.5;

height:390px;




1.headernav.png


2.headerlogo.png






Results:


1685711641286.png
 

Attachments

  • 1685711044973.png
    1685711044973.png
    26.9 KB · Views: 1
  • 2.headerlogo.png
    2.headerlogo.png
    37.2 KB · Views: 6
Last edited:
Top