I bought the extended license and added the domain to the list.
where can I download the files now?
ltheme
POSTED: 2018-02-27
Hello WERBUNGDL,
You can download theme via Customer Area in your account.
Thank you!
AS Templates
POSTED: 2018-02-27
Hello WERBUNGDL,
The item you can download from 'My Purchased Items' section of your AS Template account.
Please click on the URL below or copy it to your browser's address bar and use your assigned username and password to access your AS Template account:
URL: https://astemplates.com/signin
Regards, AS Team.
werbungdl
POSTED: 2018-02-27
Hello,
I have a few questions:
1.) How can I edit the bottom of the template? (Color and text?
2.) Can I remove the copyright notice? And how do I do that?
in the desktop presentation, the left and right sides of the body are white. where can I change this color or use a background image (css?)
Thanks in advance for the answers
ltheme
POSTED: 2018-02-28
Hello WERBUNGDL,
1/ I see you already changed it.
2/
a) You can replace it via Admin > LayersWP > Footer., find footer copyright option.
b) For white background, please go to style.css of child theme and add more CSS to define new color
#wrapper-site, .wrapper-site {
color: #xxx!important;
}
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
where can I download the files now?
You can download theme via Customer Area in your account.
Thank you!
The item you can download from 'My Purchased Items' section of your AS Template account.
Please click on the URL below or copy it to your browser's address bar and use your assigned username and password to access your AS Template account:
URL: https://astemplates.com/signin
Regards, AS Team.
I have a few questions:
1.) How can I edit the bottom of the template? (Color and text?
2.) Can I remove the copyright notice? And how do I do that?
in the desktop presentation, the left and right sides of the body are white. where can I change this color or use a background image (css?)
Thanks in advance for the answers
1/ I see you already changed it.
2/
a) You can replace it via Admin > LayersWP > Footer., find footer copyright option.
b) For white background, please go to style.css of child theme and add more CSS to define new color
#wrapper-site, .wrapper-site {
color: #xxx!important;
}
with 'xxx' is your color code.