how can i disable the force of small letters in main menu and slider sub sentence?
thanks
regards, iggi
AS Templates
POSTED: 2019-05-10
Hello IGNORANZ,
Can you please provide us with more info? What is your website url please? Do you have any screenshots.
Regards, AS Team.
ignoranz
POSTED: 2019-05-11
Hi As Team,
screenshotlink at my special infos.
Thanks!
btw: its standard of the template, you can see this on your demopage too.
greetings iggi
AS Templates
POSTED: 2019-05-13
Hello IGNORANZ,
The menu font size you can change using Font Size parameter, you can find it under Menu options tab of the Main Menu module.
The slider caption size can be changed by editing 'templates/as002090free/css/sequence.css' file, please see the following class line 135:
thanks for your support! The Solution with the subsentence in sequence slider has worked!
BUT:
"The menu font size you can change using Font Size parameter, you can find it under Menu options tab of the Main Menu module."
I dont meant the font size - my problem is the style, every menutitle is in small letters "home" "about" etc .. i want to use BIG letters like "HOME" "ABOUT" - changing the letters at backend in menutitles from small to big, doesnt work. its always small ... its the same problem like at the slider sub sentence - here the "text-transition" was the source .. but i dont found a solution yet.
Thanks for the help.
regards iggi
AS Templates
POSTED: 2019-05-24
Hello IGNORANZ,
Please see '/templates/as002090/css/tmpl.default.css' file the following class, line 2222:
ul.sf-menu > li > a, ul.sf-menu > li > span {
font-size: 18px;
line-height: 70px;
color: #ffffff;
display: block;
padding: 35px 20px;
margin: 0px 2px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
font-weight: 300;
text-transform: lowercase;
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
how can i disable the force of small letters in main menu and slider sub sentence?
thanks
regards, iggi
Can you please provide us with more info? What is your website url please? Do you have any screenshots.
Regards, AS Team.
screenshotlink at my special infos.
Thanks!
btw: its standard of the template, you can see this on your demopage too.
greetings iggi
The menu font size you can change using Font Size parameter, you can find it under Menu options tab of the Main Menu module.
The slider caption size can be changed by editing 'templates/as002090free/css/sequence.css' file, please see the following class line 135:
.sequence-slider > .sequence-canvas .info p {
font-size: 32px;
line-height: 36px;
padding-bottom: 35px;
color: #fff;
font-weight: 700;
text-transform: lowercase;
}
Regards, AS Team.
thanks for your support! The Solution with the subsentence in sequence slider has worked!
BUT:
"The menu font size you can change using Font Size parameter, you can find it under Menu options tab of the Main Menu module."
I dont meant the font size - my problem is the style, every menutitle is in small letters "home" "about" etc .. i want to use BIG letters like "HOME" "ABOUT" - changing the letters at backend in menutitles from small to big, doesnt work. its always small ... its the same problem like at the slider sub sentence - here the "text-transition" was the source .. but i dont found a solution yet.
Thanks for the help.
regards iggi
Please see '/templates/as002090/css/tmpl.default.css' file the following class, line 2222:
ul.sf-menu > li > a, ul.sf-menu > li > span {
font-size: 18px;
line-height: 70px;
color: #ffffff;
display: block;
padding: 35px 20px;
margin: 0px 2px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
font-weight: 300;
text-transform: lowercase;
}
Regards, AS Team.