Hello,
I have a question regarding the artslider and the color of the template. How do I change the pictures in the artslider? Also, how do I change the original orange color of the template?
Thank you,
AS Templates
POSTED: 2014-06-02
Hello DAEGORVX,
The AS ArtSlider extension displays article's intro image with the article title and intro text. The articles you can find in your Joomla admin panel -> Content -> Article Manager under Slider Home category.
The template has 6 different color styles, these styles you can find under the template general configuration parameters tab.
Regards, AS Team.
Daegorvx
POSTED: 2014-06-11
Hello,
I have a question regarding the font of the slogan text. When I put 'logo type' image in 'Logo configuration parameters', I can change the font of the slogan text without a problem. However, if I add a logo image, the original font of the slogan text (Arial,Helvetica,sans-serif) does not change. I tried to locate the CSS emplacement using firebug and manually to no avail. Do you know where in the CSS the basic font of the slogan logo is located?
Thank you
AS Templates
POSTED: 2014-06-11
Hello DAEGORVX,
Yes, it is because it is designed to work only with logo as image or as text, but it is not a problem, you can add/change fonts in the tmpl.default.css file in the following class:
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
I have a question regarding the artslider and the color of the template. How do I change the pictures in the artslider? Also, how do I change the original orange color of the template?
Thank you,
The AS ArtSlider extension displays article's intro image with the article title and intro text. The articles you can find in your Joomla admin panel -> Content -> Article Manager under Slider Home category.
The template has 6 different color styles, these styles you can find under the template general configuration parameters tab.
Regards, AS Team.
I have a question regarding the font of the slogan text. When I put 'logo type' image in 'Logo configuration parameters', I can change the font of the slogan text without a problem. However, if I add a logo image, the original font of the slogan text (Arial,Helvetica,sans-serif) does not change. I tried to locate the CSS emplacement using firebug and manually to no avail. Do you know where in the CSS the basic font of the slogan logo is located?
Thank you
Yes, it is because it is designed to work only with logo as image or as text, but it is not a problem, you can add/change fonts in the tmpl.default.css file in the following class:
#logo span.slogan {
display: inline-block;
font-size: 30px;
left: 20px;
margin: 0;
position: relative;
top: 13px;
}
Regards, AS Team.