Hello,
I'm trying to add a page link for a node background image in extra.less tried everything I know but cannot get it to work, could someone help with this?...Here is the code below that I want to add a url to make the background clickable....
.background--id25 {
background: url('/styles/xxxxxx/img/xxxxxx.jpg') no-repeat;
height:150px;
background-size: cover !important;
background-position: 100% 100% !important;
}
thanks
I'm trying to add a page link for a node background image in extra.less tried everything I know but cannot get it to work, could someone help with this?...Here is the code below that I want to add a url to make the background clickable....
.background--id25 {
background: url('/styles/xxxxxx/img/xxxxxx.jpg') no-repeat;
height:150px;
background-size: cover !important;
background-position: 100% 100% !important;
}
thanks