MyBB Community Forums

Full Version: Project 1.8.7.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Themes > Project > New.css

Look for .topbar. The image is named hbg.jpg
(2017-01-24, 08:35 PM)iAndrew Wrote: [ -> ]Themes > Project > New.css

Look for .topbar.  The image is named hbg.jpg

How long does it take for the image to update?
Try a hard refresh, control + f5
The header has updated, but when i update the hbg, the whole header disappeared.

my link: promotionparadise.net
Might be the minified CSS I think.
(2017-01-25, 05:51 AM)iAndrew Wrote: [ -> ]Might be the minified CSS I think.

Thanks for the response! I am pretty sure I did something wrong, but I am not completely sure. I am going to reinstall the them and try again. Also, is there a way to remove the logo and make the header the click able logo instead?
<a href="{$mybb->settings['bburl']}/index.php">
<div id="topbar"> 
<div class="wrapper"> 

</div>
</div> 
</a>
Thanks Andrew for the help and I love your theme! I was wondering how to update the font awesome to the most recent? The other themes i can just change it to 4.7.0, but you seem to added it differently.
HeaderInclude

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
(2017-02-03, 07:37 AM)iAndrew Wrote: [ -> ]HeaderInclude

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

It seems like it doesn't work. When I open this thread with a 4.7 font, it shows, but quickly disappears:
https://promotionparadise.net/thread-28.html
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21