[Resolved] Is there a way to create lines in the sidebar?

Home Forums Support [Resolved] Is there a way to create lines in the sidebar?

Home Forums Support Is there a way to create lines in the sidebar?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1078743
    metcomllc@aol.com

    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

    #1078752
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #1078765
    metcomllc@aol.com

    That created an underline of the text but I am hoping to create lines that are the full width of the sidebar.

    #1078769
    Leo
    Staff
    Customer Support

    Try this:

    .sidebar .widget_nav_menu ul li {
        border-bottom: 1px solid #000;
    }
    #1078773
    metcomllc@aol.com

    That worked. Thank you.

    One other question. I cannot visually edit pages. I can only edit the HTML.

    #1078776
    metcomllc@aol.com

    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?

    #1078790
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #1078801
    metcomllc@aol.com

    Sure

    #1078810
    Leo
    Staff
    Customer Support

    Thanks πŸ™‚

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.