![]() |
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
|||
|
|||
|
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. |
|
#4
|
||||
|
||||
|
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. |
|
#5
|
|||
|
|||
|
It doesn't change the color of the links.
Last edited by rass; 05-30-2011 at 01:35 AM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |