This topic has 14 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
I want to edit the space between the menu and slider, similar to this legenda template: https://www.8theme.com/demo/legenda/
How do I do it?
Thanks!
Hello,
Please provide us with your site URL and wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Please see below:
Also, I want to emulate the buttons on the slider of the legenda template. Is there a file I can work from? Or specific code I need to use?
Or could I import the demo slider and repurpose it to better fit my needs? Where would I find the demo slider?
Hello,
You can import demo slider following the instructions described in our documentation: https://www.8theme.com/demo/docs/legenda/index.html#!/slideshow
Try to add this code into custom.css file:
.bc-type-variant2 {
margin-top: 20px;
}
Please confirm if these changes are the ones you needed.
How to create custom.css you can find here.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
I was actually looking for how you added the text to the area between the slider and header, ie. “Do you have questions? Call ___”
Also, I have already installed the revolution slider plugin. I was just wondering if there was a way to upload the demo slider to my site so that I can work from it and mimic its appearance easier.
Thanks for your help!
Never mind about the slider thing, I found what you were talking about!
Sorry for misunderstanding.
To add the text between the menu and slider you can add this code into text editor of your Home page in admin panel > Pages:
<div class="custom-info-wrap">
<div class="custom-info-block a-left"><a href="#">Do You Have Any Question? <span>Contact Us</span></a></div>
<div class="custom-info-block a-center"><a href="#">Get 15% Off When You Spend Over $100</a></div>
<div class="custom-info-block a-right"><a href="#">Free Shipping! <span>All Orders Over $199</span></a></div>
</div>
Or use Visual Composer element – Text block, click “Text” tab instead of “Visual” and insert the code provided above. Don’t forget to save.
Regards,
Eva Kemp.
Ok that worked to put the text on the page, but its not appearing in the right spot. I was hoping to put it in the grey space between the menu and slider. If that isnt possible, is there a way to remove that gap so that the “custom-info-wrap” falls directly under the menu?
Again, thanks for the help!
Never mind again! I figured it out 🙂
Thanks!
We’re glad you were able to fix it.
Enjoy your work!
Regards,
Eva Kemp.
Just had one more question about this. It doesnt seem to be responding properly on smaller screens, the text is falling to one letter per line instead of spanning into words. How do I change this?
Hello,
The problem is in the code below you added into custom.css file:
.custom-info-block a {
color: #ff0000;
line-height: 26px;
text-decoration: none;
font-size: 10px !important;
}
.custom-info-block {
float: left;
width: 33.33%;
padding: 12px 46px;
border-top: 1px solid #dbdbdb;
text-transform: uppercase;
color: #ff0000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Remove or comment this code and check the site again.
Regards,
Eva Kemp.
The issue related to '‘Editing space between menu and slider’' has been successfully resolved, and the topic is now closed for further responses