How to remove settings from the top.

Please tel me how I can remove the Settings option from the top of the page.
Thanks

3 answers

Profile photo of Sherlock 0.00 $tone December 25, 2013
Public

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;
}
#1
Profile photo of Pankaj Yadav -30.00 $tone September 24, 2015
Public

 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.

#2

Please login or Register to Submit Answer

Written By

Comments