[Resolved] Customize popular posts widget in sidebar

Home Forums Support [Resolved] Customize popular posts widget in sidebar

Home Forums Support Customize popular posts widget in sidebar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1028608
    Carol

    Possible to take off the blue color of post title/hyperlink, and add the horizontal lines like in this sample:

    If not, no worries.

    Thank you.

    X80Ws+031v45

    #1028620
    Leo
    Staff
    Customer Support

    Hi there,

    What do you mean by “take off”? Like to change a color?

    If so try Customizer > Colors > Sidebar widgets > Link/Link Hover.

    As for horizontal lines, try this CSS:

    .rpwwt-widget ul li {
        border-bottom: 1px solid #000;
    }
    #1028627
    Carol

    Thanks for the reply.

    Right now, the widget is putting in the set hyperlink color.

    I want to change the hyperlink color to black – ONLY for this popular post widget.

    Can the horizontal lines be the light grey in sample pic, please?

    Thank you!

    #1028629
    Leo
    Staff
    Customer Support

    Try this CSS for the link color:

    .sidebar .rpwwt-widget ul li a {
        color: #000 !important;
    }

    As for the line color, you can modify the #000 in the code above to whatever color you want.

    #1028660
    Carol

    Wow — Awesome!

    Perfect!

    Thank you!

    #1028668
    Leo
    Staff
    Customer Support

    No problem 🙂

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