Scroll to top anchor

Hi Guys,

Need a little help working out where the scroll to top anchor has gone to?
x-icon-angle-up was showing a size of 0 x 0 before I defined new width and height but am still unable to see the icon.
This one’s stumped me.
Thanks in advance for taking a look https://ww.catholic.edu.au/

Cheers,

Claire :smile:

Hello Claire,

You’re site is just displaying white when I check. Coming soon is active on your site. Please double check how we can access and see the issue. Maybe we need credentials inside a secure note so we can see the icon issue? I though you have share wrong URL because it is just ww on the domain, but I have confirm it on your licenses page.

Hello There,

Thanks for providing the information. I have logged in and I found out that the icons were not showing because you added this code:

/*HAMBURGER NAV*/
[data-x-icon]:before, [class*="x-icon-"]:before {
    content: attr(data-x-icon);
    line-height: 1;
    color: #000;
}

I have commented out the code so that it will show up.

/*HAMBURGER NAV*/
[data-x-icon]:before, [class*="x-icon-"]:before {
    /*content: attr(data-x-icon);*/
    line-height: 1;
    color: #000;
}

Please check our site now.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.