When I embed a link in the HEADER TOP, it doesn’t appear on the mobile display. What should I do?
Hi @Yuruly
Send me store url will check.
Thank you.
Where you added link? let me know so i will check why not showing.
The desktop display is complete.
It does not appear on the mobile display.
also Ella default templete
- Go to Online Store->Theme->Edit code
- Asset->theme.scss->paste bellow code in bottom of file
@media (max-width: 479px){
.header-top .top-message p a {
display: block !important;;
}}
add at bottom of theme.min.css file
Successful!! Thank you very much!!


