Ella Theme - How to embed a link at the header top

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.

http://yuruly.com/

Thank you.

Where you added link? let me know so i will check why not showing.

Header Default-HEADER TOP

Would you please check the image?

Thank you.

Yes but then whats issue?

its showing text that you added

The desktop display is complete.

It does not appear on the mobile display.

also Ella default templete

https://new-ella.myshopify.com/?fts=0

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss->paste bellow code in bottom of file
@media (max-width: 479px){
.header-top .top-message p a {
       display: block !important;;
}}

There is no “theme.scss” . Could you find it in this?

add at bottom of theme.min.css file

Successful!! Thank you very much!!