Just purchased the regular licence. Can someone point me in the right direction to change the logo please. I like the text but my website name is too long and it looks funny having the first 3 letters large and green.
If it is a css can you point it to me. I would like to change it to
BIGWORD littleword BIGWORD little word.
Thank you
AS Templates
POSTED: 2016-04-28
Hello JOHNNYREB,
Please see 'templates/as002095/css/tmpl.default.css' file the following class (line 2220):
You can easy determinate the file which should be changed and the css class by installing and using Fireblug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
johnnyreb
POSTED: 2016-04-30
Thank you very much. I didnt think of the css, Was a late night and for some reason I was thinking some thing else.
And if you dont mind, 1 more question. Where do I look to find a module? At least I think its a module. On the main home page, using tp=1 is a section marked as-content-3. In side is 3 columns. The center column is marked as-content-top. The information being shown is from Categories +Service ++ Specialties. I can get to the individual articles there, I can even have the article show up as its own web even though there is not a link able menu to it. I know the css. I know where it is in the php. I just cant find the module. I have opened every module in admin. I cant even find position as-content-top. I am wanting to put my latest blog post there. I know how to get the blog articles to show up where I want them to, just not here because I cant find the proper module location or module to replace.
Thank you in advanced.
AS Templates
POSTED: 2016-05-01
Hello JOHNNYREB,
It is not a module, it is a page content, you can set it in your Joomla admin panel -> Menus -> Main Menu -> Home menu item under Details tab.
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
If it is a css can you point it to me. I would like to change it to
BIGWORD littleword BIGWORD little word.
Thank you
Please see 'templates/as002095/css/tmpl.default.css' file the following class (line 2220):
#logo h1 span.char_1,
#logo h2 span.char_1,
#logo h3 span.char_1,
#logo h1 span.char_2,
#logo h2 span.char_2,
#logo h3 span.char_2,
#logo h1 span.char_0,
#logo h2 span.char_0,
#logo h3 span.char_0
{
color: #8aaa22;
font-size: 100px;
font-weight: 800;
}
You can easy determinate the file which should be changed and the css class by installing and using Fireblug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
And if you dont mind, 1 more question. Where do I look to find a module? At least I think its a module. On the main home page, using tp=1 is a section marked as-content-3. In side is 3 columns. The center column is marked as-content-top. The information being shown is from Categories +Service ++ Specialties. I can get to the individual articles there, I can even have the article show up as its own web even though there is not a link able menu to it. I know the css. I know where it is in the php. I just cant find the module. I have opened every module in admin. I cant even find position as-content-top. I am wanting to put my latest blog post there. I know how to get the blog articles to show up where I want them to, just not here because I cant find the proper module location or module to replace.
Thank you in advanced.
It is not a module, it is a page content, you can set it in your Joomla admin panel -> Menus -> Main Menu -> Home menu item under Details tab.
Regards, AS Team.