Jump to content

Change “Back” label in Brine mobile menu folder

Recommended Posts

Posted

Small issue, but annoying when building a non-English site: I’m building a site using Brine and the navigation contains a folder. When clicking the folder in mobile view a second menu appears with a “back” link label. I’m not super skilled with CSS, but would like to customise this label to say something else. Any ideas? 

 

872503782_Screenshot2019-12-1809_46_59.thumb.png.93d4e6dc7558b7437968584bb4f7fe1d.png

  • Replies 6
  • Views 1.1k
  • Created
  • Last Reply
Posted
3 minutes ago, haessel said:

Add to Home > Design > Custom CSS

span.Mobile-overlay-folder-item--toggle-label {
    visibility: hidden;
}
span.Mobile-overlay-folder-item--toggle-label:before {
    visibility: visible;
    content: "Tuan";
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Posted
21 minutes ago, tuanphan said:

Add to Home > Design > Custom CSS


span.Mobile-overlay-folder-item--toggle-label {
    visibility: hidden;
}
span.Mobile-overlay-folder-item--toggle-label:before {
    visibility: visible;
    content: "Tuan";
}

 

Awesome! Thank you so much!

  • 1 year later...
Posted

Hello!

I'm trying to achieve the same thing (change or even just hide the label), but with a 7.1 template. 
I'm guessing somewhere around 

.header-menu-nav-folder-label {
    visibility: hidden;
}

... but I'm stuck and obviously don't know what I'm talking about.

@tuanphan Will the hero rise once more? 😅

Posted
On 7/7/2021 at 12:58 PM, businesspants said:

Hello!

I'm trying to achieve the same thing (change or even just hide the label), but with a 7.1 template. 
I'm guessing somewhere around 

.header-menu-nav-folder-label {
    visibility: hidden;
}

... but I'm stuck and obviously don't know what I'm talking about.

@tuanphan Will the hero rise once more? 😅

Add to Design > Custom CSS

/* Change Back label */
a.header-menu-controls-control span:last-child {
    visibility: hidden;
}
a.header-menu-controls-control span:last-child:before {
    visibility: visible;
    content: "new back";
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.