Recent activity
Recent activity (0)
Set Website to display on Mobile
Mobile Display Settings The new project created in RVsitebuilder 5.4 will be a Responsive Website by default, to display perfectly in any screens whether Desktop, Tablet, and Mobile. You can set website appearance on Mobile/Tablet Mode in Step 2 -> Website Settings -> Mobile Compatible. 1. “Enable”*, to set your website available for mobile mode. *Enabled by default. “Disable”, to set your website NOT available as mobile mode, it can be opened on mobile but will not be mobile responsive mode.2. “Text Color”, to set text color for your website content in mobile mode.3. “Header Text Area”, to set the background color for header text area (Company Name, Slogan, and Logo) once opened in mobile mode.4. “Hidden”, this menu is to let you hide and show the website header parts: Company Name, Slogan, Logo, and Header Banner to your heart’s content.5. Once finished your business (design) in Step 2. Do not forget to press “Upload Template” at the left hand above toolbar, unless you want to back to do it all once again.
Set background color/image for Body(content) area
Normally, RVsitebuilder doesn't provide feature to set body(content) background color/image. But we have the manual way to do so. 1. In case, if your website is using Mobile Responsive Template*Difference between responsive and normal template A. To change body(content) background color for every page in the same color.Go to Step 2 -> Site properties -> Edit CSS, and insert the following script. Color:body , .rs_body_bgcolor , .rs_footer_bgcolor{background-color:yellow;} Image:body , .rs_body_bgcolor , .rs_footer_bgcolor {background-image: url({IMAGE_URL});} *Everything you did in Step 2 , please don't forget to save by "Update Template" button at the top of step2. B. To change body(content) background color by different color each page.Go to Step 3 -> “Page Editor” -> “Widget” (the latest tool on toolbar) -> “Site Properties” -> “Edit CSS” , and insert: Color:.rs_body_bgcolor {background-color: #fd3232;} Image:.rs_body_bgcolor {background-image: url({IMAGE_URL});}Save. 2. In case, if your website is using Normal Template*Difference between responsive and normal template2.1 Export template and download to your computer*How to export template 2.2 Extract the template file.2.3 Find index.html file, and open it.2.4 Find following bgcolor code:

