- 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:


Results:

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;


Results:

Attachments
Last edited: