Adding text to Location Switcher in Menu

This topic contains 1 reply, has 2 voices, and was last updated by  Paolo 7 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #366379

    James Stevenson
    Expired Member
    Post count: 21

    Hi,

    I would like to add a small piece of text to the Location Switcher menu item.

    To be exact, I would like to add the word WOW to the beginning location Title in the Header Menu.
    Example;
    United States -> WOW United States
    California -> WOW California
    Los Angeles -> WOW Los Angeles

    I’m not asking for the Location title/slug/value/link to be changed. I would only like for the word WOW to appear when in the location, as shown in the attached image.

    Thank you,
    James

    #366428

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the only way would be CSS, but it’d show also when a location is not selected:

    
    
    .fa.fa-map-marker::after {
        content: " WOW";
        font-weight: bold;
    }

    Let us know if that’s good enough.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket