Dear Garry please help me with it (Active link color)


Author Message
Vallhalen

Posted: 2/3/2010
Quote message 

hello Garry as I see you are one of most active and competent users then maybe you can help me with my last problem in my own template to joomla 1.5

i`m working with joomla 1.5 and newest version of artisterr.I have read all posts with same question as mine (about 14 pages) and my problem is still not solved. Is it possible to set an Active link color ? active means link to page which i`m at the moment. not hovered not passive not visited just active.
here is a part of code from my template if is needed
PS sorry for my funny english :P


.art-BlockContent

{
position:relative;
z-index:0;
margin:0 auto;
min-width:1px;
min-height:1px;
}

.art-BlockContent-body
{
position: relative;
z-index: 1;
padding: 0px;
}



.art-BlockContent-body
{
color:#73787C;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;

}

.art-BlockContent-body a:link
{
color: #73787C;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
color: #73787C;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
color: #DB500A;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}



.art-BlockContent-body ul
{
list-style-type: none;
color: #272C26;
margin:0;
padding:0;
}

.art-BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}

.art-BlockContent-body ul li
{
padding:0px 0 0px 10px;
background-image: url('../images/BlockContentBullets.png');
background-repeat:no-repeat;
margin:0.5em 0 0.5em 0;
line-height:1.2em;
}

 
Garry

Posted: 2/3/2010
Quote message 

No, fuck off
 
Vallhalen

Posted: 2/4/2010
Quote message 

Quote Garry:

No, fuck off

I think you are not real Garry then be quiet.

 
Ralle

Posted: 2/5/2010
Quote message 

Add this in your template.css

li#current.active a { color:#ff0000; }


This is a simple highlighting of the active links

li#current.active li a { color:#808080; }


This is the second level, for example,

Greats Ralle
 
Vallhalen

Posted: 2/5/2010
Quote message 

but where exactlyi should add it ? I added in some places and not working: ( help please: (

PS thank you for your interest in the subject.
 
Garry

Posted: 2/20/2010
Quote message 

@ Vallhalen

Last post posted with my name is not mine, I just seen this post and feels like there should be a username/password fro every user.

Do you wanna change active page color in menu or in breadcrumbs ?
 
Vallhalen

Posted: 2/23/2010
Quote message 

Quote Garry:

@ Vallhalen

Last post posted with my name is not mine, I just seen this post and feels like there should be a username/password fro every user.

Do you wanna change active page color in menu or in breadcrumbs ?

as I thought :) hmmm i need change color in menu active link ("you are here now") check this link for example http://akumulatorki.com/ could you help me ? Greets
 
Garry

Posted: 6/24/2010
Quote message 

Sorry for replying very late. Artisteer support setting active color only for main menu items, simply select the desired color for active link under menu-> items-> fill-> active color.