Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • daza84 Friend
    #198397

    Hi, I’d like to remove the over transition and the border box around “Our services” articles. Thanks


    1. Schermata-2014-06-02-a-11.55.28
    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #537412

    Hi @daza84,

    the quickest way it to add it via custom.css
    (if you haven’t had one yet, you can create it under *root*/templates/ja_sugite/css

    add this piece of code


    .services .items-row > div:hover {
    border:none;
    }

    or you can change the border to white (which will trick the eye to think there isn’t any border)


    .services .items-row > div:hover {
    border-color:#ffffff;
    }

    daza84 Friend
    #537594

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  daza84 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum