• Resolved mcaddengroup

    (@mcaddengroup)


    My blog title, “The McAdden Group,” is partially covered up when the “Home” page tab above the header is selected. Aside from changing the name of the business to something shorter, does anyone have any suggestions? Is it possible to have the blog title text lay on top of the page tab highlighting?

    https://www.mcaddengroup.com/wordpress

    Any help would be greatly appreciated.

    Thanks,
    D

Viewing 2 replies - 1 through 2 (of 2 total)
  • All you need to do is open up style.css and delete the following lines

    div#masthead ul li a:hover,
    div#masthead ul li.current_page_item {
      background:url(./images/nav_bg.png) bottom repeat-x;
    }

    These are about line 98.
    or
    you can replace

    h1 a {
      position:absolute;
      width:600px;
      height:30px;
      left:40px;
      top:15px;
      font-weight:bold;
      text-decoration:none;
      color:#888;
    }

    with

    h1 a {
      position:absolute;
      width:600px;
      height:30px;
      left:40px;
      top:15px;
      font-weight:bold;
      text-decoration:none;
      color:#888;
      z-index:3;
    }

    Hope this helps, if not get in touch https://instantsolve.net

    Thread Starter mcaddengroup

    (@mcaddengroup)

    That’s great! Fixed. Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog Title Hidden Behind Navigation Highlighting’ is closed to new replies.