hello
i bougth the agriculture theme. can i download the demo-content?
thanks roman
ltheme
POSTED: 2021-12-21
Hello BOTTYS9000,
You just unzip download package, so you can see dummy package (file .wpress), then you can follow this guide to import it http://ltheme.com/how-to-install-quickstart-package-for-wordpress-theme/
bottys9000
POSTED: 2021-12-21
Perfect, thank you for your fast answer!
ltheme
POSTED: 2021-12-21
Hello BOTTYS9000,
You're welcome!
bottys9000
POSTED: 2022-01-07
hello, i ve 2 questions
first
how can i change/delete the picture in the header (grass)
second
how can i delete the whole menu in the header
(in the first step i need only a landingpage)
thanks roman
ltheme
POSTED: 2022-01-08
Hello BOTTYS9000,
1/ You just go to Template Settings, open tab "Custom Code" and add more CSS for "Custom CSS code" field
body .site-header {
background: #xxx;
}
with "#xxx" is color code you want to replace, instead for grass background.
2/ From Template Settings, you just open tab "Menu" and set "None" for option "Menu".
ltheme
POSTED: 2022-01-08
Hello BOTTYS9000,
Since you're using Wordpress version, just update my guides:
1/ Go to Admin > Appearance > Customize, open tab "Custom CSS" and add more code as I told
body .site-header {
background: #xxx;
}
2/ Just add more custom css
.site-header-main li.current_page_item {
display: none;
}
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
i bougth the agriculture theme. can i download the demo-content?
thanks roman
You just unzip download package, so you can see dummy package (file .wpress), then you can follow this guide to import it http://ltheme.com/how-to-install-quickstart-package-for-wordpress-theme/
You're welcome!
first
how can i change/delete the picture in the header (grass)
second
how can i delete the whole menu in the header
(in the first step i need only a landingpage)
thanks roman
1/ You just go to Template Settings, open tab "Custom Code" and add more CSS for "Custom CSS code" field
body .site-header {
background: #xxx;
}
with "#xxx" is color code you want to replace, instead for grass background.
2/ From Template Settings, you just open tab "Menu" and set "None" for option "Menu".
Since you're using Wordpress version, just update my guides:
1/ Go to Admin > Appearance > Customize, open tab "Custom CSS" and add more code as I told
body .site-header {
background: #xxx;
}
2/ Just add more custom css
.site-header-main li.current_page_item {
display: none;
}