Oh wise and helpful Shopify Community Saviours,
I’m using Loox Reviews on my website, and want to remove the following section
I’ve been building the website through GemPages, which still gives me the ability to alter code (shown below).
How would I go about removing this? 
Hi @jackrivers
Please share website URL as to check and to share a solution to you.
Thanks
Hi @jackrivers
The stars to hide are coming from an iframe in which we can’t modify anything unless you could access the source of that file.
However, you can do some trick. Copy below css and add in to your code editor in css part.
#r-1661235993822 {
z-index: 9;
}
#looxReviewsFrame {
margin-top: -50px;
}