Sadea
February 1, 2023, 9:16am
1
Hello,
My url is: minisanitizersprayer.myshopify.com
The theme: Narrative.
I need help in changing the font of my menu.
I would prefer if it was “Sans-serif”, which i am also using for my body text.
Additionally, as shown in the attached image, some parts of the menu are uppercased, which i would like to change, so that it is only the first letter that is in uppercase instead of the entire word.
Thank you in advance!
@Sadea
Please add the following code at the bottom of your css file.
.navigation__expand-sublinks, .navigation__link a{
text-transform: none !important;
font-family: sans-serif !important;
}
Sadea
February 1, 2023, 9:42am
3
@dmwwebartisan
Perfect, this worked!
How do i remove this spacing between the letters?
@Sadea ,
ul.navigation__links span {
text-transform: none;
font-family: sans-serif !important;
}
li.navigation__link.navigation__entrance-animation.navigation__entrance-animation--active a {
text-transform: none;
font-family: sans-serif !important;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Sadea
February 1, 2023, 9:45am
5
@oscprofessional
I fixed it, but how do i remove the spacing?
@Sadea ,
ul.navigation__links {
margin: 0;
}
use this.
Sadea
February 1, 2023, 9:51am
8
@oscprofessional
Perfect,
And now, how do I increase the text size of the highlighted section?
@Sadea
ul.navigation__links span {
font-size: 29px;
}
li.navigation__link.navigation__entrance-animation.navigation__entrance-animation--active a {
font-size: 29px;
}
@Sadea ,
li.navigation__link.navigation__entrance-animation.navigation__entrance-animation--active {
max-height: 41px;
}
Sadea
February 1, 2023, 9:57am
11
@oscprofessional
This changes both sections of the menu.
I would like to only edit the bold section shown here:
@Sadea
ul.navigation__links:nth-child(1) a {
font-size: 29px;
}
add this please
Sadea
February 1, 2023, 10:05am
15
@oscprofessional
Great, but now the drop down menu is too large.
How do i make this smaller?
@Sadea
.navigation__sublink a {
font-size: 1.6rem !important;
}
Sadea
February 1, 2023, 10:13am
17
@oscprofessional
Great!
Final thing, this is still too large.
@Sadea
send screenshot of English language