@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.
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.
Yes, it was the breadcrumbs I had installed.
.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.
Awesome! thank you so much