-
AuthorPosts
-
July 8, 2016 at 4:09 am #658273
Hi,
I have a line on my front page (a little ways down) and I cannot find out how to get rid of it.
It is right under the Color section with the 5 elements.
I have checked all the elements and cannot find any border or line there.Thanks,
Jon ErikJuly 11, 2016 at 9:04 am #659117Hey Jon Erik,
That’s coming from the whitespace element which has -1000px.
Deleting the whitespace element will work for you fine. Let us know if you have any questions.
Best regards,
VinayJuly 15, 2016 at 8:10 pm #661492Hi,
I don’t understand how whitespace (which by definition is without borders) would add a border.
I did remove it and the border is still there but it messed up other things further down.
Thanks,
Jon ErikJuly 17, 2016 at 1:21 pm #661743Hi Jon Erik,
Please try the following in Quick CSS under Enfold–>General Styling:
.home #after_section_2 { border-color:transparent !important; }
Regards,
RikardJuly 20, 2016 at 2:43 pm #662979Thanks,
No changes. Line is still there.
Jon ErikJuly 20, 2016 at 4:16 pm #663041Hi,
I have removed the white space element please review the site now.
Best regards,
VinaySeptember 4, 2016 at 12:40 am #681716Hi,
Sorry for the delay, been travelling.
Don’t know if you did something and put it back, but the line is still there.Thanks
Jon ErikSeptember 6, 2016 at 7:45 pm #682832Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#after_full_slider_1 { border: none; }
Best regards,
YigitSeptember 7, 2016 at 7:23 am #683013This is crazy. You were right. The line is gone when the whitespace is removed. I have a dual language site and I looked at the wrong language.
I did some more testing. I added a text field instead (with white text) and the line shows up anyway.
And when I have none, the line is not there, but if I look closely when the page is loading, the line is there, but then it disappearsI need to control how much whitespace I have there. How do I do that without using the separator/whitespace function?
Thanks,
Jon ErikSeptember 9, 2016 at 3:03 pm #684192Hi,
If you would like to remove all borders from sections, please add following code to Quick CSS as well
.container_wrap { border: none; }
If you would like to remove certain one, please point it out
Best regards,
YigitSeptember 11, 2016 at 3:55 pm #684762Thank you.
I still do not understand why I get a border on a separator/whitespace when I have specifically set it not to show.
So I would like to remove the border from the whitespace located between the color section and fullwith easy slider on my home page. The point is that the border only shows up there and nowhere else so there must be an error. If I move the section further down the page, the line disappears.Thanks,
Jon ErikSeptember 14, 2016 at 4:09 pm #686449 -
AuthorPosts
- You must be logged in to reply to this topic.