Jump to content

Where do you upload a header background image in 4.0?


chilihead

Recommended Posts

Posted

So it has to be done in CSS. Does that mean we can't use simple method? Where is CSS? I'm learning this new acp but can't find it. Thanks

​AdminCP - Customization - themes - click </> (edit HTML & CSS)  - CSS

  • 4 weeks later...
Posted

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.

Posted

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;

Posted

 

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?

Posted

​Can the logo background be edit out and recreate the gradient background and add the altered logo? That how I would do it.

​I considered that. I'll figure it out thanks a lot.

Posted

Thank you.

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

​The header gradient can be done in Easy Mode. The editing of the logo would have to be done in a program like photoshop. If you post the logo image

I'll see if I can edit it to make it transparent.

 

That how I have my sig logo done.

Archived

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

  • Recently Browsing   0 members

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