0
Fixed
Site Icons not showing when using Style 1
When using the Style 1 Template, I don't get the Site Icons showing up. If I switch to any of the other styles they show fine.
https://flowersoul.com.au/about-us/
Edit: I've noticed that it shows okay on mobile, so only appears to be affecting desktop. Confirmed that cache cleared etc.
Customer support service by UserEcho
Can you turn off the auto-advance on the slider so I can investigate the CSS?
Okay that has now been turned off.
Try adding this CSS to the custom CSS for the review template...
a.wprevpro_t1_site_logo_a {
position: unset !important;
}
That worked perfectly. Thanks for your help.