Hiding site banner from all pages except the home page.
Updated at 2025-10-30 08:57:46
Posted in
(Primary)Creating Website,
Once you set Banner, it will show up the whole page. But if you want to show just home page, please do the following.
1. Setting your Banner at Step Design -> Header -> Banner
2. Step Design -> Site Properties -> Edit CSS
fill css code
#rvs-uk-slide{display:none;}
3. Go to Step Pages -> Page Setting -> Gear Setting at Home > Edit CSS
fill css code
#rvs-uk-slide{display:block;}
Posts in Category
-
Make a Bookmark on your page
Admin Updated on 2025-10-30 08:58:08
-
How to add a cookie and privacy banner on RVSB 6?
Admin Updated on 2025-10-30 08:58:07
-
How to check your RVsitebuilder version?
Admin Updated on 2025-10-30 08:58:06
-
How to select language on RVsitebuilder program
Admin Updated on 2025-10-30 08:58:03
-
Added a feature for generating “Privacy Policy” page in RVsitebuilder version 6
Admin Updated on 2025-10-30 08:58:00
Admin