Viewing 4 replies - 1 through 4 (of 4 total)
  • Themes vary. Please post a link to a relevant page.

    Thread Starter john

    (@pawansaini312)

    i am working on a localhost so i don’t have any image right now
    and i am using woocommerce an wootique
    i can just show you image
    please open this link

    http://home.iitj.ac.in/~ug201210024/image.html

    you can see that there are one black line between row
    i want to make a line like this
    please help me for that

    This custom css will make a black line. Unfortunately it will be discontinuous beneath the product margins.

    ul.products li {padding-bottom:20px; border-bottom: 4px solid #000}

    If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://wordpress.org/plugins/simple-custom-css/

    You may need to make the titles all the same height for the lines to line up.

    For a better job, you would need to make a child theme:
    http://codex.wordpress.org/Child_Themes
    then make a copy of the relevant page template and modify the code to insert the line.
    https://docs.woothemes.com/document/template-structure/
    PHP skills would be needed. Its unlikely that this much could be done via a forum answer.

    Thread Starter john

    (@pawansaini312)

    i have done with discontinuous line between row already
    but can not get continuous line
    i want to make a continuous line
    help me please for make a continuous line

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘row between border’ is closed to new replies.