• Resolved nancy54cat

    (@nancy54cat)


    My question is actually about the site that is attached to the link above.
    Is there a way to make the division line between posts a darker line? I have also attached a screenshot shot that demonstrated my question. I made my URL from my iCloud but it doesn’t seem to be attaching.
    nancy McQuade

    • This topic was modified 1 year, 3 months ago by nancy54cat.
    • This topic was modified 1 year, 3 months ago by nancy54cat.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Raam Dev

    (@raamdev)

    Hi @nancy54cat,

    You can change the color of that border using some CSS like this:

    .site-main > .hentry:nth-child(n+2) { border-color: #727272 !important; }

    You can change the #727272 color code to any color. You’ll find the color codes online searching for “html color code”. Here’s an example tool that lets you select a color and generates the code: https://htmlcolorcodes.com/color-picker/

    However, you’ll need to be able to add that CSS style to your site so that it changes the color of the border. You can normally do that on WordPress.com by logging in and viewing your site, then clicking on the “Customize” button at the top of the page, then you’ll see a menu on the left with an item called “Additional CSS” where you can paste in the CSS style to customize the default style.

    Here are some more articles that may be helpful:

Viewing 1 replies (of 1 total)

The topic ‘Dividing line between posts’ is closed to new replies.