You can remove the client theme view as below:
Please open the skin.css file in the skin folder , Add the css code below into the skin.css file: .option{display:none}
Notes, this will remove both the background options \width options and text size options, and it will be removered whether you login or log out.
please try to modify the css code below in the skin.css to make the logo pane larger:
#dnnhead_box { background:url(images/head_bg.png) left top repeat-x; margin:0 21px; position:relative; height:80px}
You can increase the height value, such as below:
#dnnhead_box { background:url(images/head_bg.png) left top repeat-x; margin:0 21px; position:relative; height:90px}
|
|