Jump to content

Change “Back” label in Brine mobile menu folder

Recommended Posts

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

Edited by haessel
Link to comment
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!)

Link to comment
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!

Link to comment
  • 1 year later...

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? 😅

Link to comment
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!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.