Remove rules under site title and at top of the site

  • Author
    Posts
  • #98468

    Hello,

    I searched through the documentation and could not find information on how to suppress the thick rule at the top of the site and the double rules on the top and bottom of the site title.

    I would also like to remove the words “menu” above the menu items since this is over kill. Is this possible to do without adding CSS code?

    Any help would be greatly appreciated.

    This site is under construction at the moment.

    Thanks you very much.

    #99120
    Zed
    Cryout Creations mastermind

    The site title line decorations are not configurable, but you can remove them with CSS:

    body #site-title a {
        border-color: transparent;
    }

    The ‘menu’ title can also be disabled with CSS:

    #access h3.menu-title span {
        font-size: 0;
    }

    Doing this without CSS would require editing theme code.


    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.
    #99175

    Thank you very much.

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

The topic ‘Remove rules under site title and at top of the site’ is closed to new replies.