Hi All,
I want to do some promotion for Christmas and only want to change the background colour of the front page with something red.
How can I only change the front page colour and not all other?
Thanks!
Vimal.
add this to your layout.tpl
Code: Select all
if (!$this->request->get['route'] || $this->request->get['route'] == 'common/home') {
<style type="css/text">
body {
background-color: RED;
}
</style>
}
Hi Qphoria
You reply is very interesting and I was wondering if a similar method could be used to solve my problem where I am trying to change the colour of the item summary page depending on the category (blue for boys items and pink for girls).
This is my previous post http://forum.opencart.com/viewtopic.php?f=21&t=8071
I would imagine it would be possible using a similar method to the one above as it's basically manipulating the css.
Thanks
Andy
You reply is very interesting and I was wondering if a similar method could be used to solve my problem where I am trying to change the colour of the item summary page depending on the category (blue for boys items and pink for girls).
This is my previous post http://forum.opencart.com/viewtopic.php?f=21&t=8071
I would imagine it would be possible using a similar method to the one above as it's basically manipulating the css.
Thanks
Andy
Who is online
Users browsing this forum: No registered users and 3 guests