Hi, on the website www.shmrnc.cz is the main font “Catamaran”, but I would need to make header (menu) to be Catamaran Medium. None of the solutions here worked for me.
Could someone please have a look at this and give me some advice?
Thank
Issue: The site uses the Catamaran font, but the header/menu should display Catamaran Medium (font-weight 500). Current attempts don’t show Medium; only weights ≥600 render as bold.
Proposed solution: Edit Theme > Edit code, open base.css, and add a CSS rule to set the menu text to font-weight: 500 (with adjustable font-size). Screenshots show where to edit and the expected visual result. Images are central to understanding the steps and outcome.
Outcome: The suggested CSS change did not work for the requester. Medium (500) still does not display, while heavier weights (600+) appear bold.
Status: Unresolved/ongoing. The requester asked for further ideas. No confirmed fix or decision yet.
Key terms:
Hi, on the website www.shmrnc.cz is the main font “Catamaran”, but I would need to make header (menu) to be Catamaran Medium. None of the solutions here worked for me.
Could someone please have a look at this and give me some advice?
Thank
Hi @Vari41 ,
Go to Theme => Edit code
Find the base.css file:
Add this CSS to the bottom of the file:
.list-menu span {
font-size: 16px;
font-weight: 500;
}
The result will be like this:
You can also manually adjust the font by changing the parameters:
Hope it helps @Vari41 !
Thanks for the reply, but it does not work for me…it changes only to bold version, when the wieght is over 600 and more, but the medium weight (500) is not showing at all…Do you please have any other idea? thank you!!