Help with theme. - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Help with theme. (/thread-239355.html) |
Help with theme. - nuraman00 - 2023-10-13 Up until now, I only had a default theme. I just installed a theme called 1point8 However, I want the logo from my default theme in the new "1point8" theme. http://sacramentokingsforum.net/index.php This is what it looks like in the default theme: https://i.imgur.com/aSINM3W.png This is what it looks like in my modified 1point8 theme: https://i.imgur.com/dUkTTKk.png How can I get the hardwood floors below the green bar, and repeated across? I tried this in my global.css: Quote:#logo { And I have this for my header template: Quote: <a name="top" id="top"></a> Thanks. RE: Help with theme. - Joey_Pham423 - 2023-11-10 you can try and add in the logo class background-size:cover This will stretch the image to cover the entire background area, however you won't see the whole image due to how large it's being stretched. Also, if your image is not large enough, it will get pixelated RE: Help with theme. - nuraman00 - 2024-11-20 (2023-11-10, 08:51 AM)Joey_Pham423 Wrote: you can try and add in the logo class Sorry I must have missed notification for this. Can you post the code block an file where I would do this? |