Shape 5

Joomla Templates => No1 Shopping - Club => : brunsgaard August 22, 2017, 03:27:15 AM



: background-color: on our intro page
: brunsgaard August 22, 2017, 03:27:15 AM
Hi shape 5

How do I give background-color: # 333333; On our intro page so it only works there and not on the rest of the template?

I can't make it on the body, because in that case it will work on the whole template.

http://brunsgaard-as.com/

Best regards
Thomas


: Re: background-color: on our intro page
: jonahh August 22, 2017, 12:16:24 PM
Hello Thomas,

Unfortunately in order to do this it would require custom coding to achieve. There is nothing in the template that gives the ability to do this out of the box. To point you in the right direction you could add the following php and wrap it around the CSS you want to show online on the homepage. This would be placed in the index.php file:

:
<?php if($s5_pos_custom_1 == "published") { ?>		

your homepage only CSS code here

<?php ?>



: Re: background-color: on our intro page
: brunsgaard August 24, 2017, 01:41:19 AM
Hi jonahh

It solved my problem. Thank you :)

Best regards
Thomas