Hello,
Unfortunately I couldn’t find anything about it on Google. How do I set the size of the headlines in the submenu?
Best regards,
Martin
Hey Martin,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
of course, take a look at http://designplanung.de/projekt-012/ and then under “Collection”. I would like the headlines like “monochrome”, “bicolor” etc. to be bigger, in orange and thinner or bolder (I’m not sure yet)
i do not know if other browser got this option of letting a drop-down menu open. On Safari this is very easy.
Doing this it is easier to inspect the selectors and changings:
#header .mega_menu_title {
margin-bottom: 10px;
font-size: 24px;
font-weight: 400;
color: orange;
letter-spacing: 1px;
/*** text-align: center ; ****/
}
etc.
Hi,
Thanks for helping out @guenni007, did you try that out and did you have any luck with it @martin?
Best regards,
Rikard
Vielen Dank, es funktioniert!