View Full Version : Is it possible to remove this?
jackbod
03-19-2012, 10:50 PM
Would it be possible to get rid of this navigation on the Css?, So the slider fits flush with the navbar above?.
https://vborg.vbsupport.ru/external/2012/03/18.jpg
Iain M
03-19-2012, 11:23 PM
Only on the CMS index?
Try this in the vbcms_page template...
Find:
{vb:raw navbar}
Replace with:
<vb:if condition="$page_url != 'http://www.example.com/content.php'">
{vb:raw navbar}
</vb:if>
Change example.com/content.php to your domain and cms index page file.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.