I found several solutions that all failed to work from the forums prior posts.
I’m just trying to get rid of the grey lines in the Icon Stacked theme.
Any help would be much appreciated.
Jesse
I found several solutions that all failed to work from the forums prior posts.
I’m just trying to get rid of the grey lines in the Icon Stacked theme.
Any help would be much appreciated.
Jesse
Hello Jesse,
Thanks for writing in!
You haven’t mentioned which grey line you want to remove. Can you please elaborate?
In the meantime, please try out following CSS under X > Theme Options > CSS:
.x-topbar {
border: none;
}
.with-container {
border: none;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.