Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1432585

    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

    #1432613

    Hey Martin,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1432809

    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)

    #1432819

    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.

    #1432829

    Hi,

    Thanks for helping out @guenni007, did you try that out and did you have any luck with it @martin?

    Best regards,
    Rikard

    #1433001

    Vielen Dank, es funktioniert!

    #1433008

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.