387 points
Questions
11
Answers
30
-
You can try with some custom css.
.footer-site {
display:none;
}- 3847 views
- 1 answers
- 0 votes
-
There is already Layers 1.6.6 out now it fixes most of woocommerce 3 problems with layers.
As of other plugins best to check first.- 2961 views
- 1 answers
- 0 votes
-
Hey ,
You can find it at : Customiser -> Blog -> Archive -> uncheck ‘Read More’ Button.
That will remove the button.
– Dieter
- 1937 views
- 1 answers
- 0 votes
-
Hi binnacle ,
You will only get the layers theme updates in wordpress.
for layers pro storekit devkit etc you will need to check your account in layers if it got updated.to update :
1. deactivate layers pro
2. delete layers pro
3. upload and activate the latest version , in this case 1.6.8You will not lose all your work if you update like this.
-Dieter
- 2150 views
- 1 answers
- 0 votes
-
Hi Mike ,
I made the VanRuys website.
you mean a secondary header ? the top banner with NL and FR on the Right?-Dieter
- 2119 views
- 1 answers
- 0 votes
-
Hi Robin ,
Try this code :
.header-site.invert .nav-horizontal li.current_page_item > a, .header-site .nav-horizontal li.current_page_item > a { color: #e74c3c; }
Hope this helps 🙂
-DieterMarked best a on August 31, 2017 The Author earned 20 points.
- 2497 views
- 1 answers
- 0 votes
-
Hi ,
To fix this problem follow this guide:
https://docs.layerswp.com/doc/contact-map-widget-oops-something-went-wrong-error/
- 2280 views
- 1 answers
- 0 votes
-
Hi
If you want to make this band transparent then
Add this CSS code to Devkit or in the css section in customizer.
.header-secondary { background: transparent; }
- 1786 views
- 1 answers
- 0 votes
-
- 2099 views
- 1 answers
- 0 votes
-
Hi John
Add this CSS code to Devkit or if you don’t have devkit you can add it in the css section in customizer.
.header-secondary nav { font-size: 2rem; }
You can change the number before rem to change the size of the icons and text.
be sure to take rem instead of px because rem scales correctly on mobile and tablet.Marked best a on September 15, 2016 The Author earned 20 points.
- 2252 views
- 1 answers
- 0 votes
-
- 4029 views
- 2 answers
- 0 votes
-
Hey ,
Try adding the following CSS code :
.story img { display: block; margin-left: auto; margin-right: auto; }
Let me know if it worked 🙂
-Dieter
- 2164 views
- 1 answers
- 0 votes
-
Hey Andrew,
You can change it to white with the following CSS code :
.sitename a , .tagline { color: #FFF; }
If you want for example your title white and tagline gray
you can do the code separate :.sitename a { color: #FFF; } .tagline { color: #d3d3d3; }
You can add the css code with devkit if you have it , otherwise go to dashboard -> Customizer -> CSS
– Dieter
Marked best a on August 15, 2016 The Author earned 20 points.
- 14474 views
- 2 answers
- 0 votes
-
Hi ,
In the css tab add the following code :
.header-site .container { height: 50px; }
Change height to what you want for example the 28px.
this includes the container selector
when you do it without and only .header-site
the header text ( logo and menu) won’t scale with it.-Dieter
- 2545 views
- 2 answers
- 0 votes
-
Hey Inkcolor,
No i just tried it out on a local install ,
its easier when you have devkit
but layers pro is not needed.you can find more info how to do it here :
https://docs.layerswp.com/doc/how-to-enable-the-back-to-top-button/
Dieter
- 2008 views
- 1 answers
- 0 votes
-
Hi Janpol,
You have to download and install layers itself first as a theme.
Go to layerswp.com and click download then go to your dashboard and go to themes – upload and select layerswp package you just downloaded.Follow the setup steps then go back to the dashboard go to plugins -> add plugin -> upload the layers pro package and click activate after install.
You got the error because you wanted to install layers pro as a theme as it is a plugin and layers itself is the theme.
Kind regards
Dieter- 4131 views
- 1 answers
- 0 votes
-
Hi Nicolas,
Try this code with your color code offcource.
.header-site.invert .nav-horizontal li.current_page_item > a, .header-site .nav-horizontal li.current_page_item > a{ color: #EF7F00; }
– Dieter
Marked best a on June 8, 2016 The Author earned 20 points.
- 2342 views
- 1 answers
- 0 votes
-
Hi Damon ,
Its not a problem to use CSS,
for thebread-crumbs you can use :
.bread-crumbs { display: none; }
For the Title :
.title { display: none; }
You can i think delete the code from wordpress itself but i won’t recommend this
as it is possible to break your install and other plugins that use these selectors.-Dieter
- 2708 views
- 2 answers
- 0 votes
-
Hi ,
I would suggest you take a look and read the layers docs to get you started.
https://docs.layerswp.com/setup-guide/
-Dieter
- 4805 views
- 2 answers
- 0 votes
-
Hi Sam ,
I took a look at the call to action buttons.
I think you can change them individually with ID’s
this is not the best but if in emergency it will do.As you see in the image my two buttons have the ID layers-widget-layers-pro-call-to-action-3-buttons-83
I used this code in devkit to test background color and radius.a#layers-widget-layers-pro-call-to-action-3-buttons-83{ background-color:#00afec; border-radius:0px; }
Dont forget to change my ID to your id and start a new line for the other button also select
that ID of that specific button.Let me know if it helped 🙂
-Dieter- 3125 views
- 2 answers
- 0 votes