Shopify themes, liquid, logos, and UX
I want a text menu written on menu section like this site on my website https://swawe.store/
Hi @swawestore,
You can follow these steps to change the three vertical lines menu to the text
1. Open Online Store > Theme > Edit Code
2. Find and open base.css (or theme.css, custom.css, styles.css)
3. Paste the code snippet below to the bottom of the file and hit save
@media (max-width: 989px) {
#Details-menu-drawer-container summary span svg {
visibility: hidden;
}
#Details-menu-drawer-container summary span::after {
content: "MENU";
position: absolute;
left: 30px;
font-family: var(--font-body-family);
font-weight: bold;
font-size: 1.75rem;
}
}
Here is the result
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025