Please tel me how I can remove the Settings option from the top of the page.
Thanks
3 answers
Please tel me how I can remove the Settings option from the top of the page.
Thanks
Do you want to remove the whole settings ? you can open the file of skin/frontend/default/jm_book/css/styles.css there you look for this css rule
HTML Code:
.quick-setting { line-height: 40px; margin: 0; min-height: 40px; padding: 0; }
Change it to
HTML Code:
.quick-setting { display: none; line-height: 40px; margin: 0; min-height: 40px; padding: 0; }
hi I want to replace settings option from my book shop theme and I have done all the things you mentioned above but still I am seeing the color settings option.
what to do now.