- Posts: 40
- Thank you received: 0
Background colour on contact us page
-
JohnSmithers
Inactive member - Topic Author
- Member
Less
More
11 years 9 months ago #28491
by JohnSmithers
Background colour on contact us page was created by JohnSmithers
Hi
How do you change the background colour on the contact us page? I have two versions and one has went white and I would like it back to black.7
Cheers
How do you change the background colour on the contact us page? I have two versions and one has went white and I would like it back to black.7
Cheers
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
11 years 9 months ago #28494
by milos
Replied by milos on topic Background colour on contact us page
Hi John,
Please give me the link of the contact us page and I would tell you what CSS modifications to make.
Thanks,
Milos
Please give me the link of the contact us page and I would tell you what CSS modifications to make.
Thanks,
Milos
Please Log in to join the conversation.
-
JohnSmithers
Inactive member - Topic Author
- Member
Less
More
- Posts: 40
- Thank you received: 0
11 years 8 months ago #28974
by JohnSmithers
Replied by JohnSmithers on topic Background colour on contact us page
Hi. As it happened I re-installed. can you outline where are how to change the background colours generally for each page?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28980
by ivan.milic
Replied by ivan.milic on topic Background colour on contact us page
You can not do that without some addon component. You could use page suffix but element that gets that suffix is child element of elements with background.
Some easy workaround I could think off is to use custom html modules you can place on particular pages that will contain javascript to change background. You need to configure editor to allow javascript and script could look like this:
<script>jQuery('BODY').css('background','yellow');</script>
would set body background color to yellow
Some easy workaround I could think off is to use custom html modules you can place on particular pages that will contain javascript to change background. You need to configure editor to allow javascript and script could look like this:
<script>jQuery('BODY').css('background','yellow');</script>
would set body background color to yellow
Please Log in to join the conversation.
Time to create page: 0.171 seconds