skip to Main Content

Javascript – Custom select doesn't see img

When choosing the country code, the picture is undefined, the problem is most likely in js, but I'm not sure, please help. let header = document.querySelectorAll('.select__header') let item = document.querySelectorAll('.select__item') let select = document.querySelector('.select') let images = document.querySelectorAll('.select__item img') header.forEach(i…

VIEW QUESTION

Change Bold Color in SCSS Script

I'm a beginner struggling with the basic task of changing Bold Text Color in a pre-scripted scss file. I just can't find an obvious solution. The API appears to predefine color parameters and I struggle to find how to change…

VIEW QUESTION
Back To Top
Search