Shopify themes, liquid, logos, and UX
Hi Everyone,
I am trying to change the main navigation font size at the top for the Pipeline theme. What is the CSS code?
Thanks,
Hi @raider22 ,
Could you please share your store URL, so that I can take a closer look at it?
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
Hi @raider22 ,
You can add code by following these steps
<style>
a.navlink.navlink--toplevel span, a.navlink span {
font-size: 0.8rem !important;
}
</style>
I have slightly increased the font size. See screenshot for reference. If you want to change the size change the value 0.8rem.
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
Thanks for the response. It did change the size. However, it seems a bit odd around the s. I provided an image of what it looked like before we had to make the theme update.
@raider22 Can you try below code? Replace previous with the below code.
Follow the step.
You can add code by following these steps
<style>
a.navlink.navlink--toplevel span, a.navlink span {
font-size: 0.8rem !important;
font-weight:300 !important;
}
.menu__item a.navlink.navlink--toplevel span:hover, a.navlink.navlink--child span.navtext{
font-weight: 600 !important;
}
</style>
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
Thanks! I made some slight modifications, but it worked!
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024