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

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Change the size of copyright in site settingsChange the size of copyright in site settings
Previous
 
Next
New Post
10/26/2010 6:32 AM
 
Hi,

I need to change the size of copyright in site settings . But i don't find any option to do so . Please help me.........
 
New Post
10/27/2010 4:14 AM
 

Hi,

There's no specific "font size" setting in the Site Settings for DNN, all of the style is (or should be depending on the skin) controlled by CSS. What you'll need to do is target the copyright text by class or wrapping element and then add some additional CSS to the Style Editor at the bottom of Admin > Site Settings. I'll outline the steps below:

1. Either view the source of a page, or use the Firebug plugin for Firefox to inspect the code, and find out if the copyright text has a class associated to it, or if it's wrapped in an HTML element that has an ID or class.

2. Use this info to create a CSS statement that will change the font size of the element. e.g. (where the css class is copyrighttext)

.copyrighttext{
font-size:14px;
}

3. Add this statement to the Style Editor and click update CSS.

4. Refresh our page.

If you have any problems in figuring out what the CSS class is, can you provide a link to the skin in action and I'd be happy to take a look at the code for you.

Rick.



PSDtoDNN - You supply the artwork... we'll build the skins!™
Website | Twitter | YouTube | Skype
 
New Post
10/27/2010 1:54 PM
 
An easy way to see what css class name your skin is using for the copyright is to use FireFox, and install FireBug. Right click on the copyright, choose "Inspect Element". From there you can see what css class the copyright is using and modify the font size in the skins css file.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Change the size of copyright in site settingsChange the size of copyright in site settings


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