hello i bought the 002046 joomla temlate and i want to change the size of the title in as-position-6 (the dark grey background with the white letters "Cases"). i can't find it in css files... thanks
AS Templates
POSTED: 2014-09-26
Hello AAPOST79,
You can do it by editing tmpl.default.css file, the following class:
In contacts->Miscellaneous Information it has some text and then it has {google_map} .i think that this call the google_map.php (html/com_contact/) am i right? I changed the iframe to put my location but it didn't changed.
Also i delete the {google_map} from the text and after i put it again it didn't show nothing .
thanks
AS Templates
POSTED: 2014-10-02
Hello AAPOST79,
In the Miscellaneous form you have to put the following source code (you have to use source code editor only):
The location you can change in Plugin Manager -> Google Maps -> Location Settings by editing Latitude and Longitude parameters.
Regards, AS Team.
aapost79
POSTED: 2014-10-02
Another question:
How can i change the font size of the Article Title in the ASArtSlider?
thanks
AS Templates
POSTED: 2014-10-02
Hello AAPOST79,
What is your site url please, we have to see it in case to help you.
Regards, AS Team.
aapost79
POSTED: 2014-10-03
my site is still in my localhost.i use greek language to my site so when i change the font from asartslider the greek letters is bigger than the english letters, thats why i want to change the font-size .
thanks
AS Templates
POSTED: 2014-10-03
Hello AAPOST79,
Try to change it 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
You can do it by editing tmpl.default.css file, the following class:
#featured-row .module_title {
background-image: url("../images/bg.heading.jpg");
background-position: left top;
background-repeat: repeat-x;
border-radius: 5px 5px 0 0;
font-size: 36px;
line-height: 68px;
margin: 0;
padding: 0 25px;
text-transform: none;
}
Regards, AS Team.
Also i delete the {google_map} from the text and after i put it again it didn't show nothing .
thanks
In the Miscellaneous form you have to put the following source code (you have to use source code editor only):
<div id="contact_map" class="contact_map">{google_map}</div>
The location you can change in Plugin Manager -> Google Maps -> Location Settings by editing Latitude and Longitude parameters.
Regards, AS Team.
How can i change the font size of the Article Title in the ASArtSlider?
thanks
What is your site url please, we have to see it in case to help you.
Regards, AS Team.
thanks
Try to change it in the tmpl.default.css file in the following class:
.slide_title {
font-size: 108px !important;
letter-spacing: -7px;
line-height: 72px !important;
margin-bottom: 6px;
}
Regards, AS Team.
thanks
What is your site url please, we will check it and let you know.
Regards, AS Team.
You can do it in the '/modules/mod_as_artslider/css/ext.artslider.css' file in the following class (line 172):
.camera_wrap .slide_title {
font-size: 36px;
font-weight: normal;
line-height: 52px;
text-transform: uppercase;
}
Regards, AS Team.