• Resolved Shubhamc

    (@shubhamc)


    I Want to add seperator/divider between post’s on homepage posts and my site is – https://hackedia.net
    i have already tried CSS method but it’s not working with my theme ?? my theme name is polished theme please help anyone !

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can add a border between them that will work, just for the homepage. If you add this code into your “custom CSS” area for your theme or in the “style.css” file if using a child theme:

    .home #content #main .new_post {
      margin: 19px 0 20px;
    }
    
    .home .new_post {
      border-bottom: 1px solid #cccccc;
      padding-bottom: 10px;
    }

    You can change the #value to the colour of your choice

    Thread Starter Shubhamc

    (@shubhamc)

    thankyou thankyou thankyou it’s working now ?? but i want to add like onhax is this possible ??
    mine website- https://hackedia.net
    and
    other website- https://onhax.net
    thankyou !

    Thread Starter Shubhamc

    (@shubhamc)

    how to add size i mean i want to control border width!

    Where I posted the code above, change the 1px to 2px/3px or however wide you want it to be

    Thread Starter Shubhamc

    (@shubhamc)

    ya ok solved thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How To Add Divider Between Post's On Homepage’ is closed to new replies.