The links don't appear on my mobile phone.

For some reason my blog links do not appear at the top of my page on my mobile phone. They used to but not any more. Please advise.

Thanks

Hi @phyllisphoto,

I hope you are well today and thank you for your question.

This is happening because of the following custom CSS code that you are using on your site so please remove it from your site.

button.btn.navbar-toggle {
    display: none;
}

Alternatively you can overwrite it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS


#page button.btn.navbar-toggle {
    display: block;
}

Best Regards,
Movin