From the list: Build ✔ Homepage - News - Style scroll arrows to match mockup Veronica A. added this on Jun 21, 2019 Completed Jun 21, 2019 by Kyle S. Assigned to Kyle S. Notes actual vs mockup image.png 875 KB • Download Comments & Events Kyle Sullivan, Web Development I added the arrow icons to Assumption's img folder and changed /sass/site/secondary/home/_homeNewsSection.scss to the following. .homeNewsSection { margin: 0; .slick-prev, .slick-next { top: 25%; &::before { position: absolute; content: ""; background-repeat: no-repeat; background-size: 21px 40px; color: $tertiary; font-size: 1.5rem; width: 21px; height: 40px; } } .slick-prev::before { background-image: url("/wp-content/themes/Assumption/img/Arrow-L.png"); margin-right: 1.25rem; } .slick-next::before { background-image: url("/wp-content/themes/Assumption/img/Arrow-R.png"); margin-left: 1.25rem; } } Jun 21, 2019 at 3:54 PM Notified 1 person Kyle Sullivan completed this to-do. Jun 21, 2019 at 3:54 PM
Kyle Sullivan, Web Development I added the arrow icons to Assumption's img folder and changed /sass/site/secondary/home/_homeNewsSection.scss to the following. .homeNewsSection { margin: 0; .slick-prev, .slick-next { top: 25%; &::before { position: absolute; content: ""; background-repeat: no-repeat; background-size: 21px 40px; color: $tertiary; font-size: 1.5rem; width: 21px; height: 40px; } } .slick-prev::before { background-image: url("/wp-content/themes/Assumption/img/Arrow-L.png"); margin-right: 1.25rem; } .slick-next::before { background-image: url("/wp-content/themes/Assumption/img/Arrow-R.png"); margin-left: 1.25rem; } } Jun 21, 2019 at 3:54 PM Notified 1 person
.homeNewsSection { margin: 0; .slick-prev, .slick-next { top: 25%; &::before { position: absolute; content: ""; background-repeat: no-repeat; background-size: 21px 40px; color: $tertiary; font-size: 1.5rem; width: 21px; height: 40px; } } .slick-prev::before { background-image: url("/wp-content/themes/Assumption/img/Arrow-L.png"); margin-right: 1.25rem; } .slick-next::before { background-image: url("/wp-content/themes/Assumption/img/Arrow-R.png"); margin-left: 1.25rem; } }