Archived topic
Is there a way to create lines in the sidebar?
8 replies · Started by Forum User on November 26, 2019
Is there a way to create lines in the sidebar? In between each line below?
Home
LIST OF HYPNOSIS SESSIONS
Video Testimonials
99 Ways Hypnosis Can Help
Hypnosis Training
Past Life Regression
Video Regression Testimonials
Life Between Lives Regression
Frequently Asked Questions
About Eli
Hypnosis Downloads
Phone/Webcam Sessions
Contact
Hi there,
Try this CSS:
.sidebar .widget_nav_menu ul li a {
text-decoration: underline;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
That created an underline of the text but I am hoping to create lines that are the full width of the sidebar.
Try this:
.sidebar .widget_nav_menu ul li {
border-bottom: 1px solid #000;
}
That worked. Thank you.
One other question. I cannot visually edit pages. I can only edit the HTML.
That worked. Thank you.
One other question. I cannot visually edit pages. I can only edit the HTML.
How can I send you a screenshot?
No problem :)
Any chance you can open a new topic for the separate question?
Please try disabling all plugins except GP Premium to eliminate any conflicts first.
Let me know :)
Sure
Thanks :)