• Resolved VierasTalo

    (@vierastalo)


    Hi. We recently changed our pages to use the alx posts -plugin. It’s great, but there’s one problem; I can’t help but feel that the horizontal bar separating the articles is a bit too faint. As not all of our posts have thumbnails, so it’s a very handy differentiatior between the texts in the sidebar. So, how can I edit the color of this bar? I located the alx-posts.php file in our files, but even editing the hr portion within it does not work for whatever reason. Am I doing it wrong? Should I edit some other file? What should I even write there?

    For reference, the website is http://www.laajakuva.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi VierasTalo. The divider is actually a border on the list item. Try this css; adjust the color as needed:

    .alx-posts li {
        border-bottom: 1px solid #000;
    }
    Thread Starter VierasTalo

    (@vierastalo)

    Thanks bdbrown, that totally worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I change the hr color in alx-posts?’ is closed to new replies.