• Resolved gmar1283

    (@gmar1283)


    I am using the AxlTabs widget on my primary sidebar and a standard Categories one on my secondary. I can’t find in the .css how to change the color of the horizontal rules between links. I had tried changing this, but it did not work:

    hr, .hr { border: 0; background: #eee; border-bottom: 2px solid #eee; height: 1px; margin: 30px 0; }

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • CrouchingBruin

    (@crouchingbruin)

    If you post a link to your site, it will be easier to give you suggestions.

    Thread Starter gmar1283

    (@gmar1283)

    Okay thanks. https://www.wehatethatguy.com. You’ll see horizontal lines between the links on both sidebars. Trying to change the color of those for visibility.

    CrouchingBruin

    (@crouchingbruin)

    Add this to your custom CSS:

    .widget_categories ul li,
    .alx-tab li {
       border-bottom: 1px solid #a20000;
    }

    The first selector is for the right sidebar, the second selector is for the left. Of course, change the color value to whatever you want; In my example, I just used the same red as the sidebar headers.

    Thread Starter gmar1283

    (@gmar1283)

    Thank you so much! I didn’t realize they were borders, I kept looking for anything that looked like <hr>.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change color of on sidebar widget’ is closed to new replies.