크리스마스 장식 컴포넌트 🎄

@meghna
a suggestion for mobile, there is no space to show the images, possible to se the image set as the post-list background image? thanks…

Hey folks, it looks like one of the updates changed the colors of the lights. We really like the red mixed in. How can I edit the light colors? I’ve been trying and no luck.

Hmm… seems like the colours are blue now.
You can change the colours by editing the rgba() values in the scss/lights.scss.

Do you know where can I find that file?

@Brandon007 You’ll need to fork the repository and edit your own copy.

Appreciate that. I ended up finding some custom code, and I added it to my css file which reverted the colors thankfully.

3개의 좋아요

This is sitting a little low for us on some pages. :thinking:

1개의 좋아요

The light string is displaying as expected for me. Do you have a banner component installed, like the search banner, for example? You may have another component that is conflicting with it.

5개의 좋아요

Yes, it was the breadcrumbs I had installed. :sweat_smile:

1개의 좋아요

For some reason this happening when Search Banner is enabled

2개의 좋아요
.lightrope {
    position: fixed !important; /* 固定定位 */
    top: 85px !important;      /* 距离顶部 64 像素 */
    z-index: 1000 !important;  /* 可选:确保该元素在其他元素之上 */
}

I encountered the same problem as you. I used CSS to fix the light bulb at a position 85px away from the top. It looks okay for now.

3개의 좋아요

Awesome! thank you so much

1개의 좋아요

If you have positioning issues, try my repository. I had the same issues on PC and mobile and fixed them. myrepo