kylenowack Posted September 29, 2015 Share Posted September 29, 2015 I am modifying my template and there is two items I am stuck on. On the main page of WHMCS where it says "Buy a Domain" "Order Hosting" "Make Payment" "Get Support" when you hover over those links it adds a » to the name so it is then "Buy a Domain»". How can I remove the » Also, When you click on "Order Hosting" and you get the list of the hosting plans bullets, it lists the plans like so, ex. Starter - description of plan Professional - description of plan How can I remove the dash "-" ? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 29, 2015 Share Posted September 29, 2015 to hide the "»" add this lines to your CSS file, .home-shortcuts li span { display: none !important; } the dash need to be manually removed from your cart template file(s) 0 Quote Link to comment Share on other sites More sharing options...
kylenowack Posted September 29, 2015 Author Share Posted September 29, 2015 Thanks for the help! 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.