I need to disable the div ”component” of my home page. But if I remove it from the articles ”top menu” will disappear. How can I remove it or disable it?
Look at this ”div” is shown empty at the end of the home page. In the demo template you have managed to leave without this ”div”.
URL: http://importou.com
AS Templates
POSTED: 2012-02-01
What template version do you have? It is possible in the version: 2.1.0
BTW, nice site.
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:
I downloaded version 2.1.0 but for the empty div is still visible.
AS Templates
POSTED: 2012-02-01
Can You please contact us via the ”Contact Us” page and provide with access to the Joomla admin panel? Looks like you have an old version, we would like to check the source code of the index.php file.
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
View History
Is there quick and easy way to set alligment centre in the logo text and slogan text instead of either left or right?
View History
#colleft, #colright {
background-color: transparent;
}
Regards, AS Team.
View History
header #topmenu ul.menu ul {
border: 1px solid #000000;
display: none;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
top: 60px;
width: 230px;
z-index: 40 !important;
}
#header #topmenu ul.menu ul li {
height: 35px;
width: 230px;
}
View History
View History
I need to disable the div ”component” of my home page. But if I remove it from the articles ”top menu” will disappear. How can I remove it or disable it?
Look at this ”div” is shown empty at the end of the home page. In the demo template you have managed to leave without this ”div”.
URL: http://importou.com
BTW, nice site.
Regards, AS Team.
View History
I have purchased the premium version 2.0.2.
Thanks!
View History
View History
Thanks!
View History
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;
}
View History
Regards, AS Team.
View History
I have sent the data to the ”Contact Us”.