Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 16, 20159 yr I can see where to upload a logo, but where can you upload a background image for the header? I use a gradient. Thanks
April 17, 20159 yr No option.I definitely support uploading a custom header and a custom background.e
April 17, 20159 yr Author 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
April 17, 20159 yr I can see where to upload a logo, but where can you upload a background image for the header? I use a gradient. Thanks No option. I definitely support uploading a custom header and a custom background.e This may help: http://www.ipsfocus.com/forums/topic/7896-header-background-image/
April 17, 20159 yr 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. ThanksAdminCP - Customization - themes - click </> (edit HTML & CSS) - CSS
May 13, 20159 yr 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.
May 13, 20159 yr Author Not that simple it needs to match the bg in the actual logo. I guess I need to use the css mode. Was hoping to use simple.
May 13, 20159 yr 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;
May 13, 20159 yr Not that simple it needs to match the bg in the actual logo. I guess I need to use the css mode. Was hoping to use simple.Can the logo background be edit out and recreate the gradient background and add the altered logo? That how I would do it.
May 13, 20159 yr Author 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?
May 13, 20159 yr Author 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.
May 13, 20159 yr 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 imageI'll see if I can edit it to make it transparent. That how I have my sig logo done.
May 14, 20159 yr I understood, that post was for wmarcy, thanks again!I did it in simple mode, so you ought to be able to do it also.
May 14, 20159 yr Author A-ha!Editing html and css is in the dropdown! Found it!Since in manual mode it is a button I thought it wasn't available. This is a great revelation, thanks!
Archived
This topic is now archived and is closed to further replies.