Top Page Button

Hi,

It seems that the top page button is glitched. It appears only in certain areas when you scroll the page. Would you be able to assist on this one and advise how the class .pixova-top can be modified so to make the button visible all the time.

Instance: https://toffeeliqourice.co.uk/sdfsdf/

Thank you in advance,
PP

hey there

Please add this CSSĀ in appearance - customize - additional CSS

.pixova-top {
opacity: 1 !important;
visibility: visible;
}

Thanks!
Colorlib Support Team