@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