- Posts: 82
- Thank you received: 0
I want to use background image in Style 1 Hot Cars
-
miq
Inactive member - Topic Author
- Member
Less
More
10 years 7 months ago #38991
by miq
Replied by miq on topic I want to use background image in Style 1 Hot Cars
I did change $backgroundColor = "#FFFFFF"; to other color in Style 1. But it changes the whole background of the website including the content background also. How can we change the the background color excluding the content in the centeral part.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #39001
by ivan.milic
Replied by ivan.milic on topic I want to use background image in Style 1 Hot Cars
You can just then remove variable from:
background-color:<?php echo $backgroundColor; ?>;
and put:
background-color:#ffffff;
background-color:<?php echo $backgroundColor; ?>;
and put:
background-color:#ffffff;
Please Log in to join the conversation.
Time to create page: 0.116 seconds