Follow up
Category: Opencart
Please see below. And thank you for your response. Please advise, what line on the style sheet are you looking at?
........................
However if you want to hide that box from the css, in the column-left section, add the following code to the bottom:
display: none;
So, it will look like:
#column-left {
background: white;
position: absolute;
width: 130px;
left: -166px;
top: 0;
padding: 10px;
display: none;
........................
However if you want to hide that box from the css, in the column-left section, add the following code to the bottom:
display: none;
So, it will look like:
#column-left {
background: white;
position: absolute;
width: 130px;
left: -166px;
top: 0;
padding: 10px;
display: none;
OTHER ANSWERS
|
0
|
Hello simonbk, and thanks for your question. It looks like you'd want to modify the following stylesheet: /test/catalog/view/theme/simple/stylesheet/stylesheet.css The line in question appears to be 64, and looks like this currently:
Looks like you just want to tack on display: none; to the end of that. So it would end up looking like:
If you're using the cPanel code editor, you should be able to see the line numbers from there. Let us know if you need anything else. - Jacob |
Like this Question?
Tweet
Latest Questions
If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Recent QuestionsNeed more Help?
Search
Ask the Community!
Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.
Current Customers
| Chat: | Click to Chat Now | E-mail: | support@InMotionHosting.com |
|---|---|---|---|
| Call: | 888-321-HOST (4678) | Ticket: | Submit a Support Ticket |


