Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi
Please could you assist me with styling the dropdown menu text. I have the menu text and ul text style as follows:
p {
font-size: 1.4em;
line-height: 1.3em;
font-weight: 300;
}
ul li {
font-size: 1.4em;
line-height: 1.5em;
font-weight: 300;
}
For some reason the ul text is double the size of the body text.
Thanks
Hi Roscoe
Thanks for reaching out. Try changing the text size value in the second rule to use
px
orrem
. That’ll make it easier to choose the size you’re after.