Set background color for website background, content section and font color on the website.
NOTE: If the Header and Section are set to full screen, the website background will be invisible.
Go to RVsitebuilder 6.
1. Change website background color.
- Go to Design menu.
- On the left side of the screen, click Content -> Background -> Background Color.
- Change the Background Color, and then click "Save".
2. Change the background color in every content section at once for the entire website using Edit CSS function.
This setting will affect to all content sections in your website except for those you set it indivudually using "Edit Section".
- Go to Design menu.
- On the left side of the screen, click Site Properties -> Edit CSS.
- Copy the CSS Code below.
(The color values can be changed.)
.bgContent { background: #87ceeb; }
or
.bgContent { background-color: skyblue; }
- Paste the CSS Code on the text box.
- Click "Save".
3. Change all font colors in your website.
- Go to Design menu.
- On the left side of the screen, click Content -> Body -> Font Color.
- Change the color, and then click "Save".
Comments
0 comments
Article is closed for comments.