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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsLinksLinksModifying the look & feel of the Link ModuleModifying the look & feel of the Link Module
Previous
 
Next
New Post
5/29/2007 5:53 AM
 

Hi all,

Is it possible to change the text color & sizes of the link modules text. If so how to do it?.

plz anyone help me asap,

regards,

krishna

 
New Post
5/29/2007 10:16 AM
 

You can view the source of a page that has links on it. You can then modify the corresponding css classes. Please be aware that these changes might affect other stylings. There is always the ability to modify the source as well.

 
New Post
5/29/2007 11:08 AM
 

Alec is right - modifying this means you will affect all pages using this module if you have it set in the skin file.

Here's how I do it. The Links module is managed by the CommandButton link and so to create the cool hover affect, I added this to the css file. 

A.CommandButton, A.CommandButton:link, A.CommandButton:visited
{text-decoration: none;
font-family: Verdana, Tahoma, Arial, Helvetica;
font-size: 10px;
color: #1D6CE3;
background-color: fafafa;
border: 1px solid #cccccc;
height: 20px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;}
A.CommandButton:hover
{text-decoration: none;
font-family: Verdana, Tahoma, Arial, Helvetica;
font-size: 10px;;
color:#CC0505;
background-color: fafafa;
border: 1px solid #1D6CE3;
height: 20px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;}

 That will give you boxes and mouse over affects on your skin like it has been done here..

Nina Meiers
My Site  -  My Blogs  - Goodies - 28 Free DNNSkins - Nina's Free Skins 


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsLinksLinksModifying the look & feel of the Link ModuleModifying the look & feel of the Link Module


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