I've tried to customize the CSS in the styles.css of the child theme. I coded for the header and i need to add the image in the background-image of the CSS file. However, I have not been successful and am so annoyed by that. I googled and tried several methods but all did not work. Any suggestions for me?
Thanks so much!
.custom-shape-divider-bottom-1610186053 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
/* The image used */
background-image: url("wp-content/uploads/2021/02/Header-scaled-e1614077554372.jpg");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
min-height: 100vh;
}