WBCE CMS – Way Better Content Editing.
You are not logged in.
Good afternoon,
I am finally preparing to move away from Andreas00 to Just The Facts as I find it super clean and works on mobile phones too.
I would like to replace the Website Title by an image (a logo).
Can you help me modify the css file so that it works properly on a PC, Tablet and mobile phone.
Thank you and best regards
Luc
Offline
By the way the site name is www.cartotheque.ca
Offline
You habe to edit the index.php file of the template.
1) Copy your logo file into the template's directory (/templates/justthefacts/)
2) In the /modules/templates/justthefacts/index.php, change line 39
<div class="wtitle"><a href="<?php echo WB_URL; ?>"><?php echo WEBSITE_TITLE; ?></a></div>
to
<div class="wtitle"><a href="<?php echo WB_URL; ?>"><img src="<?php echo TEMPLATE_DIR; ?>/Logo_site simple 2023.jpg" alt="<?php echo WEBSITE_TITLE; ?>"></a></div>
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
Works perfectly, thank you Florian!
Offline
florian
Pages: 1