Greetings.
I like to add my logo in heeder of the 404 page to the right but, my css knowledge is just basic and wonder how I can make it happen:
<div class="top">
<div class="top1" align="<?php echo _GEM_RTL ? 'left' : 'right'; ?>">
<img src="<?php echo $mosConfig_live_site; ?>/images/M_images/404warning.jpg" border="0" alt="warning" />
</div>
<div class="top2">
<span class="toptitle"><?php echo _ELX_ERROR; ?> 404</span><br />
<?php echo _E_PAGE_NOTFOUND; ?><br />
<span style="font-size: 13px;"<?php echo _GEM_RTL ? ' dir="rtl"' : ''; ?>><?php echo $_SERVER['REQUEST_URI']; ?></span>
</div>
</div>
Footer:
I found this info and followed them
http://forum.elxis.org/index.php?topic=2081.0 But, I have black text on black background (Elgrey template), as there are many css files that has the info,
in which css file can I find the footer info that I need to change the text color code?
(do I have to change them in all css files?)
Also, like to change the grey color on the body to white, (the part of the page which you read the content)
How and where do I edit the color code?
Regards
Dennis