Logo size, padding, page title bold & fonts size of lists

  • Posted in : Editor
  • labruyere
    Participant

    1. How can I make the logo image bigger
    2. How can I make the padding between the letters in the menu smaller
    3. How can I make the page title bold/strong
    4. How can I make the font size of lists as small as the normal font

    serkan
    Moderator

    Hi labruyere,
    1)

    @media screen and (min-width: 992px) {  .site-title img { max-height: 200px; } }

    2)

    @media screen and (min-width: 992px) {  .nav-menu ul li { margin: 0 0.6em; } }

    3)

    .page .entry-header h1 { font-weight: bold; }

    4)

    ol, ul { font-size: 15px; }

    Next time, please don’t ask all your question in the same topic. Please search in the forum then create a topic for each one.
    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register