thanks !
the first CSS customisation solved my "capitalize" problem @the footer very well.
the second problem is still here: https://green-engineers.de/
homesite
scroll down
this contact formular @the bottom
"name" "email" "telefon" "betreff" are the same FONT
but are different to "Nachricht (mind. 50 Zeichen)"
AS Templates
POSTED: 2021-09-12
Hello BETRIEBSDRUCK,
Just checked your website, the font looks the same, was you able to resolve the problem?
Regards, AS Team.
betriebsdruck
POSTED: 2021-11-30
hello AS Team,
can you have a look at: https://green-engineers.de/referenzen.html
i have a menupoint (referenzen) which is a galery view
>Referenzen (Alias: referenzen)
>Beiträge » Gallery View
this galery view starts with one of both options you could select ,via the buttons --> block view / list view
preselected is BLOCK VIEW - i want to start with - LIST VIEW
is this possible - how ?
thanks ...
AS Templates
POSTED: 2021-11-30
Hello BETRIEBSDRUCK,
The template does not have such option, but you can do it by adding the following script to the "/joomla/002085/templates/as002085/js/scripts.js" 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
i have a small problem on the bottom of my site
(actually its opened for everybody)
where can i set the "Big" style to normal
Copyright © 2021 Www.Green-Engineers.De
want to set it to:
Copyright © 2021 www.green-engineers.de
pleas can you help me ?
Please see '/templates/as002085/css/tmpl.default.css' file the following class (line 8072):
#copyright-row {
color: #fff;
text-align: center;
text-transform: capitalize;
}
Regards, AS Team.
the pre-filled fields in kontakt-formular
have not the same type of FONT
"name" "email" "telefon" "betreff" are the same FONT
but are different to "Nachricht (mind. 50 Zeichen)"
where to edit ?
thanks ...
In the style.custom.css file please add the following class:
.mod_as_contact_form textarea,
.mod_as_contact_form .controls input {
font-family: 'Lato', sans-serif !important;
}
Regards, AS Team.
the first CSS customisation solved my "capitalize" problem @the footer very well.
the second problem is still here: https://green-engineers.de/
homesite
scroll down
this contact formular @the bottom
"name" "email" "telefon" "betreff" are the same FONT
but are different to "Nachricht (mind. 50 Zeichen)"
Just checked your website, the font looks the same, was you able to resolve the problem?
Regards, AS Team.
can you have a look at: https://green-engineers.de/referenzen.html
i have a menupoint (referenzen) which is a galery view
>Referenzen (Alias: referenzen)
>Beiträge » Gallery View
this galery view starts with one of both options you could select ,via the buttons --> block view / list view
preselected is BLOCK VIEW - i want to start with - LIST VIEW
is this possible - how ?
thanks ...
The template does not have such option, but you can do it by adding the following script to the "/joomla/002085/templates/as002085/js/scripts.js" file:
asjQuery(document).ready(function() {
setTimeout(function(){
asjQuery('.toList').trigger('click');
}, 1000);
});
Regards, AS Team.
this animates the user to switch between the modes :-D