-
Closed
The topic Remove the line is closed to new replies
Hey, web jordhammar.se
I wish to remove the lines that settles on the sides.
Click on “News” in the menu, you’ll see how it looks.
They can not control, they interfere so I want to have them, but not figuring out how I’m doing.
Can you help me?
I’ve Evolve +
Hi,
I cannot find your “News” in your menu, there is no English text there.
Use the following in your Theme Options -> Custom CSS
It will remove backgound css due to css conflict with your site origin page builder plugin.
.entry-content .widget::after {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
Thank you
If you look at the home page, so you see gray lines at the bottom, in the text and the image. I wish to remove these. Then you can not make changes to the stylesheet.
How do I do that?
The lines are now gone, apart from a few isolated behind the images.
Hi,
Please use the following.
.menu-header::after{
background:none !important;
}
Thank you
It worked, thank you very much.
You are welcome!
jordhammar.se
If you look at tab “WordOne”, that is not the title and the text paragraph in line to the left, which is under the tab “Snickeri”.
How do I change this, heading and paragraph of text should be aligned to the left.
Hi,
Your alignments on this page is correct.
http://www.jordhammar.se/snickeri/
Redo you page layout on this page http://www.jordhammar.se/wordone/ according to what you have on http://www.jordhammar.se/snickeri/
You are using the site origins page builder which is not our product, therefore you cannot expect it to work properly out of the box.
Thank you.
The topic Remove the line is closed to new replies