Septera Menu question

  • Author
    Posts
  • #124437

    Is it possible to change the font /text size, weight and case in the drop down menus (separate from the main menu items).
    Also is it possible to left align the submenu items in the drop downs?

    One other thing – how does one adjust the vertical space between the header (banner) and the page/entry title?

    Website: mediastreams.ca

    #124673
    Zed
    Cryout Creations mastermind

    Hi,

    The submenus don’t have distinct typography options, but most visual details can be tweaked with CSS:

    .sub-menu li a span {
        font-family: ...;
        font-size: ...;
        font-weight: ...;
        text-transform: ...;
    }

    The distance between the bottom edge of the header image and the section title (when the breadcrumbs are not active, since they are located in that same space) is created by a couple of element paddings/margins:

    body .main .entry-title {
        padding-top: .5em;
    }
    body #container:not(.septera-landing-page) .main {
        padding-top: 2em;
    }

    Included above are the default values, which you can adjust as necessary.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Septera Menu question’ is closed to new replies.