vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 04-23-2011, 03:19 PM
rass rass is offline
Junior Member
 
Join Date: Jul 2007
Posts: 3
Default Change modlink font color

How do I change the $modlink font color without changing it in Main CSS? The template is radv_portal_module_wrapper.

Last edited by rass; 05-30-2011 at 01:35 AM.
Reply With Quote
  #2  
Old 04-26-2011, 08:26 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

You could edit your template and add a style tag to the link.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #3  
Old 05-19-2011, 05:19 AM
rass rass is offline
Junior Member
 
Join Date: Jul 2007
Posts: 3
Default

Could you explain?

Code:
<if condition="$mods['link']"><a href="$mods[link]"$mods[title]</a><else />$mods[title]</if>

Last edited by rass; 05-19-2011 at 05:25 AM.
Reply With Quote
  #4  
Old 05-21-2011, 01:29 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Code:
<if condition="$mods['link']">
	<a style="color: #FF0000" href="$mods[link]">$mods[title]</a>
<else />
	<span style="color: #FF0000">$mods[title]</span>
</if>
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #5  
Old 05-30-2011, 01:30 AM
rass rass is offline
Junior Member
 
Join Date: Jul 2007
Posts: 3
Default

It doesn't change the color of the links.

Last edited by rass; 05-30-2011 at 01:35 AM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to change module font title color reddyink "How Do I..." Questions 1 01-07-2008 05:42 PM
How to change "Powered By" font color? Currently invisible. Sodacider "How Do I..." Questions 2 07-19-2007 04:23 PM
Help: Change <small font> color in Table Header for a single module BeaufordRox "How Do I..." Questions 5 02-02-2006 06:51 PM
changing font color swa "How Do I..." Questions 2 11-06-2005 09:21 PM
Block title font color The Gimp "How Do I..." Questions 2 06-08-2005 09:29 PM


All times are GMT -4. The time now is 04:50 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.