I have the free version and I am checking it out to see if we can do what we want to do with it. (example we want to change the a2a882 color to a different color, I try editing the tmpl.default.css file and it doesnt take. I have tried it from within joomla itself and making the changes in notepad++ and it doesn't work.) I saw that all the positions are not available with the free version. We plan on buying the template if we are able to do what we need with it.
Thanking you in advance and awaiting your urgent response.
AS Templates
POSTED: 2018-01-16
Hello UNITEDBA,
Our support is available for the premium version only, we will help you to change the color after purchasing the premium version.
Regards, AS Team.
unitedba
POSTED: 2018-01-18
How can the logo be changed; font, font size ,how many letters can be colored (as in the first three), maybe the text in different lines etc.
AS Templates
POSTED: 2018-01-18
Hello UNITEDBA,
The logo font size can be changed by editing 'templates/as002077/css/tmpl.default.css' file the following class (line 1913):
#logo h1 span {
display: inline-block;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-size: 48px;
line-height: 60px;
}
For changing color letters please see the following (line 1924):
Thanks for the info to change the text logo. Is there a way to change it for the mobile view as well because what is happening in the mobile view the text is still off the screen. Can I change the text size for the mobile view as well?
AS Templates
POSTED: 2018-01-19
Hello UNITEDBA,
In the style.custom.css file please add the following code:
1) how can I remove the little square next to the home button.
2) there is a white space that enlarges when you scroll; between the menu and the slide and it doesn't look good. It happens on both the desktop and mobile versions. How can this be adjusted so that doesnt happen
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
Thanking you in advance and awaiting your urgent response.
Our support is available for the premium version only, we will help you to change the color after purchasing the premium version.
Regards, AS Team.
The logo font size can be changed by editing 'templates/as002077/css/tmpl.default.css' file the following class (line 1913):
#logo h1 span {
display: inline-block;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-size: 48px;
line-height: 60px;
}
For changing color letters please see the following (line 1924):
#logo h1 span.char_0,
#logo h1 span.char_1,
#logo h1 span.char_2 {
color: #f9c901;
}
Regards, AS Team.
In the style.custom.css file please add the following code:
@media (max-width: 767px)
{
#logo h1 span {
font-size: 32px;
}
}
Regards, AS Team.
1) how can I remove the little square next to the home button.
2) there is a white space that enlarges when you scroll; between the menu and the slide and it doesn't look good. It happens on both the desktop and mobile versions. How can this be adjusted so that doesnt happen
Thank You