(2016-12-01, 12:12 AM)AlexanderPep Wrote: Hello,
I need your help...with header
https://gyazo.com/bd183181ecdfa415c09a7efedbacf934 - i access forum
https://gyazo.com/19c2b389214ccc74a5dd12e0a7d7ef85 - now i access Shop
I want to appear white(background) when accessing Shop/Awards/etc
Go to the HTML template of the shop and replace <body> tag with this:
<body id="forum">
(2016-12-01, 08:06 PM)Sinnocent Wrote: any guidance on how to add a background image to this theme?
Also, the avatar image is showing broken at the top right beside username... any fix?
ACP > Templates & Styles > Styles > MyIPB > open Global.css
body {
width: 100%;
min-width: 100%;
max-width: 100%;
display: inline-table;
background: #ebeef2;
color: #262626;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: 'Hind', sans-serif;
font-size: 13px;
overflow-y: scroll;
}
Change background property with your image, something like this:
body {
background: url(images/myipb/yourimage.extension) no-repeat center;
background-size: 100% 100%;
}
Don't know for the avatar, the last time I check it works perfectly. Check if you have uploaded the default_avatar image into images/MyIPB folder.
I don't give support on PM.