Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Change skin background and remove search and login linksChange skin background and remove search and login links
Previous
 
Next
New Post
6/30/2010 7:55 AM
 

Hi, sorry but am a newbie and need some skin design advice. Am using v5 of DNN and the minimalextopy skin.

Firstly, how can i make the default skin and its background white. At the moment the skin is white at the top and blue at the bottom, and the bits to the left and right are blue at the top and white at the bottom. I just want them both all white.

Secondly, how can i remove the search bar and the horizontal bar which it sits on. This blue bar goes across the skin and i would rather not have it and be able to shunt up the main content panes so users see more of my content.

Thirdly, how can i remove the breadcrumb and login links and shunt up the main content pane up again. i have my login on a different page so dont need the login link, and dont want the breadcrumb.

Finally, at the moment i have my header, and then above that are the rounded corners and then edging of the skin, which then has a further gap above it. How can i make it so the top of my header is the top of the screen? This will mean more of my page is viewed by users.

Any help anyone can supply for these questions would be gratefully received!
Thanks
Joe

 
New Post
6/30/2010 12:26 PM
 

Hi,

Do you have any knowload of CSS and HTML at least? it would help a lot, otherwise even if anyone tells you how to do this you woun't understand what you're doing and might end up changing something you shouldn't change!

Anyway the background is easy to change, and you have two options to do it!

Open the skin.css flie located in the skin folder (should be Portals/_default/Skins/MinimalExtropy/) and just in the top (line 4) you find this:

#Body {background:#FFF url(images/body_bg.png) repeat-x top left; height:100%; margin:0; padding:0; }

Has you can see an image file is beeing used for your background, you can either change this image (body_bg.png) to a white image, or change the css whish I believe would be easier for you, so you should change it to this:

#Body {bacground:#FFFFF; height:100%; margin:0; padding:0;}

Now all the other stuff can be cahnged do you you'll need to see the skin files has they are different in each version...

DON'T forget to make a copy of the file you will cahnge, so you can replace it in case you do this wrong!

 
New Post
6/30/2010 5:08 PM
 
Miguel,

Many thanks, have changed the main background, will try and hunt out those other files now!!!

Joe
 
New Post
6/30/2010 5:22 PM
 
Maybe a silly question: why do you want to hide the login-link? Will your site be open to everyone or are you going to make loggin in another way?

However, if you look into to ascx-files of this skin, you'll find a part like
<div id="login_style" class="user">
    <dnn:USER runat="server" id="dnnUSER"  CssClass="user" />
    &nbsp;&nbsp;|&nbsp;&nbsp;<dnn:LOGIN runat="server" id="dnnLOGIN"  CssClass="user" />
<div>

Just comment it out and you're thru.

BUT BE CAREFUL. As long as there is no other way to log in, even the admin or host won't be able to do so.

I would suggest, if you are planning to do like described, you should have full access to the filesystem of the server and as mentioned before: backup!

Cheers and good look

Kai
 
New Post
6/30/2010 5:22 PM
 
Maybe a silly question: why do you want to hide the login-link? Will your site be open to everyone or are you going to make loggin in another way?

However, if you look into to ascx-files of this skin, you'll find a part like
<div id="login_style" class="user">
    <dnn:USER runat="server" id="dnnUSER"  CssClass="user" />
    &nbsp;&nbsp;|&nbsp;&nbsp;<dnn:LOGIN runat="server" id="dnnLOGIN"  CssClass="user" />
<div>

Just comment it out and you're thru.

BUT BE CAREFUL. As long as there is no other way to log in, even the admin or host won't be able to do so.

I would suggest, if you are planning to do like described, you should have full access to the filesystem of the server and as mentioned before: backup!

Cheers and good look

Kai
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Change skin background and remove search and login linksChange skin background and remove search and login links


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out