Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #450778

    Hi guys,
    I would like the separating dashed (dotted) line between catalogue items to be a solid line. Can you provide me with some quick css?
    Regards,
    Jan

    #450789

    Hi graphicsplus!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-catalogue-list li {
      border-bottom: 1px solid;
    }
    .av-catalogue-list {
      border-top: 1px solid;
    }

    Regards,
    Yigit

    #451020

    Thanks for your quick response. Works perfectly.

    #451065

    Hi!

    Glad we could help :)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change dashed line in catalogue to solid’ is closed to new replies.