Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1373668

    Hi,
    would be great if anybody can give me a code for quick css for the font size and colr for the navigatione in the sidebar.
    In the moment is is to small.

    Thanks a lot
    rixi

    #1373678

    Hey rixi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #menu-menuric li a {
      font-size: 18px; 
      color: red;
    }

    Best regards,
    Rikard

    #1373685
    This reply has been marked as private.
    #1373708

    Hi,

    Is hover color possible too?

    Yes, that should be possible. Please add this css code just below the first one.

    #menu-menuric li:hover a {
        color: orange;
    }

    Best regards,
    Ismael

    #1373716

    Hi Ismael,
    perfect, thanks a lot :)

    many regards rixi

    #1373726

    Hi,

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

    Best regards,
    Rikard

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