Hello. are there also other social buttons aviable ? For example pinterest or instagram ?
AS Templates
POSTED: 2016-06-06
Hello MARCELVB,
For instagram: 'icon-instagram' and for pinterest: 'icon-pinterest'.
Yes, you can find a lot in the as002079/css/bootstrap.css file, just make search for: 'icon-'
Regards, AS Team.
MarcelvB
POSTED: 2016-06-07
Hello again ;) Is it possible to remove this picture:
http://www.astemplates.com/images/articles/002079/screen-slider.gif
Out of the slider ? I can´t find it in the articles which i make for the slider.
AS Templates
POSTED: 2016-06-07
Hello MARCELVB,
You can delete/edit the slider logo in the 'templates/as002079/css/ext.artslider.css' file in the following class (line 214):
Where can i change the side pictures (salad, drinks) etc. on the left and on the right side from the Menu and Drinks category ?
AS Templates
POSTED: 2016-06-10
Hello MARCELVB,
The background images you can find on your server in "templates\as002079\images\home\" folder.
Regards, AS Team.
MarcelvB
POSTED: 2016-06-15
Hello,
these pictures i already found. But i mean the pictures on the side. (inside the red frame of this picture: http://www.bilder-upload.eu/show.php?file=e640d9-1465984689.jpg)
AS Templates
POSTED: 2016-06-15
Hello MARCELVB,
The images you can find in the tmpl.default.css file in the following classes (lines 3433 - 3457):
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
For instagram: 'icon-instagram' and for pinterest: 'icon-pinterest'.
Yes, you can find a lot in the as002079/css/bootstrap.css file, just make search for: 'icon-'
Regards, AS Team.
http://www.astemplates.com/images/articles/002079/screen-slider.gif
Out of the slider ? I can´t find it in the articles which i make for the slider.
You can delete/edit the slider logo in the 'templates/as002079/css/ext.artslider.css' file in the following class (line 214):
.camera_caption {
background: rgba(0, 0, 0, 0.5) url("../images/slider.logo.png") no-repeat scroll 50% 15%;
display: none;
height: 100%;
padding-top: 50px;
position: absolute;
right: 0;
text-align: center !important;
width: 100%;
}
Regards, AS Team.
Where can i change the side pictures (salad, drinks) etc. on the left and on the right side from the Menu and Drinks category ?
The background images you can find on your server in "templates\as002079\images\home\" folder.
Regards, AS Team.
these pictures i already found. But i mean the pictures on the side. (inside the red frame of this picture: http://www.bilder-upload.eu/show.php?file=e640d9-1465984689.jpg)
The images you can find in the tmpl.default.css file in the following classes (lines 3433 - 3457):
.body__home .page-blog .bg-row-0::after
{
background: rgba(0, 0, 0, 0) url("../images/home/image.1.bg.png") no-repeat scroll 0 0;
content: "";
height: 600px;
position: absolute;
width:2050px;
left: -1%;
margin-top: -140px;
z-index: -1;
}
.body__home .page-blog .bg-row-1::after
{
background: rgba(0, 0, 0, 0) url("../images/home/image.2.bg.png") no-repeat scroll 0 0;
content: "";
height: 600px;
position: absolute;
width:2050px;
left: 70%;
margin-top: -170px;
z-index: -1;
}
.body__home .page-blog .bg-row-2::after
{
background: rgba(0, 0, 0, 0) url("../images/home/image.3.bg.png") no-repeat scroll 0 0;
content: "";
height: 600px;
position: absolute;
width:2050px;
left: 0%;
margin-top: -120px;
z-index: -1;
}
Regards, AS Team.