Jump to content

Where do you upload a header background image in 4.0?


chilihead

Recommended Posts

  • 4 weeks later...

So this can't be done in Easy Mode?

​If you want to make a gradient background in the header, then yes. You just need to know the proper color hex codes.

 

Go to the easy edit of the theme and select the header area, click on the header background. Click on the color and use the add additional color to create a gradient background.

Link to comment
Share on other sites

Here is how I did it.

In custom.css I put this code:

.ipsApp_front {
    background-image: url('/uploads/image.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover
}
.ipsApp_front #ipsLayout_header header {
    background-color: transparent;

Link to comment
Share on other sites

 

Here is how I did it.

In custom.css I put this code:

.ipsApp_front {
    background-image: url('/uploads/image.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover
}
.ipsApp_front #ipsLayout_header header {
    background-color: transparent;​

Thank you @wmarcy.

To clarify that is not something you can do in simple mode right?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...