#1
|
|||
|
|||
![]()
Is there a way to override the standard joomla link color just for mosets tree?
I want to have the links in mosets tree to be orange but the rest of the links of the site to be white. |
#2
|
|||
|
|||
![]()
/components/com_mtree/templates/kinabalu/template.css
edit line 450: p.mbutton a, .actions a { background: url("images/button-overlay.png") repeat-x scroll 0 0 #383D44; border-bottom: 1px solid rgba(0, 0, 0, 0.25); border-radius: 5px; color: #FFFFFF !important; cursor: pointer; display: inline-block; font-weight: 700 !important; line-height: 0.9em; margin: 0.65em 0 0; padding: 5px 10px 6px; position: relative; text-decoration: none; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); } and change the value '[em]#383D44[/em]' with the hex code value of the color you want to change to. |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|