How do I change the height of the Menu (as-position-1).
Thanks,
FABBASI00
AS Templates
POSTED: 2014-05-01
Hello FABBASI00,
The height may be changed by editing tmpl.default.css file and/or ext.asmenu.css file, or you can create your own css and put it in the style.custom.css 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 bought this template and now I am trying to play with it.
How do I change the Article Title Font Size/color for AS Slider module?
Great job on a nice clean template btw.
You can change it by editing ext.artslider.css file, the following class:
.camera_caption .slide_title
{
font-size: 64px;
line-height: 80px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 0px !important;
padding-bottom: 15px !important;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
text-shadow: 1px 1px 0px #333333;
color: #fff;
}
Regards, AS Team.
How do I change the height of the Menu (as-position-1).
Thanks,
FABBASI00
The height may be changed by editing tmpl.default.css file and/or ext.asmenu.css file, or you can create your own css and put it in the style.custom.css file.
Regards, AS Team.