Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 15Apr 15 Hello everyone,I'm in the final stages of updating my forum to the latest version.I still have 2 questions:1. For the categories in the feed layout, what are the dimensions of the required graphics? 2. in the header there is only one color besides the graphic logo. I would like to use my background here, which I already use in the main with.ipsLayout__main {background-image: PICTURE;width: 100%;background-position: center bottom;background-size: cover;background-repeat: no-repeat;}Is it possible to include this in the header somehow? Of course, it would be best to only use the background mentioned above and not to load the background twice.Thanks in advance!
April 15Apr 15 Community Expert There is no specific size for those, as they will resize based on screensize/environmentThe only way would be to update that using CSS, which I think is what you are asking there
April 17Apr 17 Author Would it somehow be possible (see picture) to make this transparent at point 1 so that the background from point 2 can be seen? I couldn't find the right point or setting for the custom CSS when testing yesterday.
April 17Apr 17 Community Expert Try something like this.ipsHeader__primary{background-color: transparent;}
April 17Apr 17 Author So simple...Marc, I love you for it! Thanks so much for the quick great help! :)