kostas Posted October 20, 2016 Share Posted October 20, 2016 Hi all, I have version 6.2 of WHMCS and am using the Premium Comparison ordering. Is there a way to remove the button "Show Menu" and show the sidebar by default? I've try to uncheck the Sidebar Toggle Option in Ordering, but the sidebar disappeared... thnx 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted October 20, 2016 Share Posted October 20, 2016 add the following lines in /templates/{Your-Template-Folder}/css/custom.tpl .row-product-selection { left: 300px !important; } #premiumComparisonSidebar { display:block !important; } #btnShowSidebar { display: none !important; } this is the easiest way to go 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 20, 2016 Share Posted October 20, 2016 he means to put the code into css/custom.css 0 Quote Link to comment Share on other sites More sharing options...
kostas Posted October 24, 2016 Author Share Posted October 24, 2016 Thanks... I'll test it! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.