Can you please tell me how to remove the you are here on the top of the template.
AS Templates
POSTED: 2011-12-12
Please see the following article:
http://astemplates.com/itemdetails.php?id=96&page=howto&article=10
isabelleking
POSTED: 2011-12-12
Thanks I've already done this and its working but the ”you are here” also appears on the top of the header on the very top left hand side. How can I get rid of it there?
thanks
AS Templates
POSTED: 2011-12-12
We think you have published a breadcrumbs module in this position.
isabelleking
POSTED: 2011-12-12
No because where it appears is straight from the template install and when looking at the module positions there is no position for where it's sitting. Can I send you a screenshot?
isabelleking
POSTED: 2011-12-12
I have done as said in the how to: Select ”Show Sub-menu Items” to ”Yes” if you are going to use dropdown menu; and the dropdown menu is not showing.
isabelleking
POSTED: 2011-12-12
don't worry about the you are here, i've found the problem. Thanks
isabelleking
POSTED: 2011-12-13
I have done as said in the how to: Select â€ÂShow Sub-menu Items†to â€ÂYes†if you are going to use dropdown menu; and the dropdown menu is not showing. Can you please give me a suggestion how to fix this. Also I need to change the mainmenu menu font colour where can this be changed? Thanks
AS Templates
POSTED: 2011-12-13
In case to check the submenu please provide us with an access to your Joomla admin center. The colors you can't change in the Light version, it is available in the Premium only.
isabelleking
POSTED: 2012-01-30
HI,
How can I change the font colour in position 21 from white to dark grey? I have a licence copy but not the premium
AS Templates
POSTED: 2012-01-30
This template doesn't have such option, you have to edit the template.css file. For example you have to add the following:
.row1col2
{
color: #CCCCCC;
}
isabelleking
POSTED: 2012-02-01
Hi,
Thanks your code worked but how do I make the linked text from white to grey? The text colour is changed but I need the linked colour to be grey as well. Thanks for your help
This template doesn't have such option, you have to edit the template.css file. For example you have to add the following:
.row1col2
{
color: #CCCCCC;
}
AS Templates
POSTED: 2012-02-01
You have edit .css file, maybe you need to add the following:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Can you please tell me how to remove the you are here on the top of the template.
http://astemplates.com/itemdetails.php?id=96&page=howto&article=10
thanks
How can I change the font colour in position 21 from white to dark grey? I have a licence copy but not the premium
.row1col2
{
color: #CCCCCC;
}
Thanks your code worked but how do I make the linked text from white to grey? The text colour is changed but I need the linked colour to be grey as well. Thanks for your help
This template doesn't have such option, you have to edit the template.css file. For example you have to add the following:
.row1col2
{
color: #CCCCCC;
}
.row1col2 a
{
color: #CCCCCC;
}
or:
.row1col2 a:hover
{
color: #999999;
}