• Closed
  • bbwalker
    Spectator
    June 8, 2014 at 6:06 pm #8465

    hello Roman, hope all is fine for you 🙂
    i have a problem.
    if you take a look at this pic:

    https://onedrive.live.com/redir?resid=A5588F5B361A1EAD!6029&authkey=!AOsUd_AXBfQeakI&v=3&ithint=photo%2c.jpg

    i have this link, on the left of the menu, i cant remove!
    i had before a logo there before with a link on my site main page!
    (and i dont remember and i cant find how i did it….)
    Now i removed the logo from Alora theme menu, make the menu trasparent, but the link is still there with the text!!

    How i can remove it?
    sorry but i’m going crazy…i checked everything, i think….

    hope in your help, as Always thanks for your time and patience 😀

    bbwalker
    Spectator
    Posts: 54
    June 8, 2014 at 8:39 pm #9962

    here is some of the page code:

    Quote:
    <body class=”page page-id-4940 page-template page-template-100-width-php light ” data-spy=”scroll”>
    <div id=”wrapper” >

    <div class=”header-wrapper”>
    <div class=”header-v1″>
    <header id=”header”>
    <div class=”alora-row” style=”margin-top:0px;margin-bottom:0px;”>
    <div class=”logo” style=”margin-right:0px;margin-top:10px;margin-left:0px;margin-bottom:10px;”>
    <a href=[/b]“http://localhost:8080/barcentronew/”%5B/b%5D&gt;
    <img src=”” alt=”barcentro Roma” class=”normal_logo” />
    </a>
    </div>
    <nav id=”nav” class=”nav-holder”>
    <ul class=”navigation menu t4p-navbar-nav”>
    <li id=”menu-item-4950″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-4940 current_page_item menu-item-4950″><a href=”http://localhost:8080/barcentronew/menu”>Home</a></li&gt;
    <li id=”menu-item-4976″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-4976″><a href=”http://localhost:8080/barcentronew/barcentro-storia”>Storia</a></li&gt;
    <li id=”menu-item-4951″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-4951″><a href=”http://localhost:8080/barcentronew/barcentro-contatti”>Contatti</a></li&gt;
    <li id=”menu-item-5008″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5008 t4p-dropdown-menu”><a href=”#”>lingua</a>
    <ul class=”sub-menu”>
    <li id=”menu-item-5013″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-5013 t4p-dropdown-submenu”><a href=”http://localhost:8080/barcentronew/it/menu”>Italiano</a></li&gt;
    <li id=”menu-item-5014″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-5014 t4p-dropdown-submenu”><a href=”http://localhost:8080/barcentronew/en/menu”>Inglese</a></li&gt;
    </ul>
    </li>
    </ul>
    </nav>
    <div class=”mobile-nav-holder main-menu”></div>
    </div>
    </header>
    </div> <div class=”init-sticky-header”></div>
    </div>
    <header id=”header-sticky” class=”sticky-header”>
    <div class=”sticky-nav”>
    <div class=”alora-row”>
    <div class=”logo”>
    <a href=http://localhost:8080/barcentronew/&#8221;>
    <img src=”” alt=”barcentro Roma” data-max-width=”” class=”normal_logo” />
    </a>
    </div>
    <nav id=”sticky-nav” class=”nav-holder”>
    <ul class=”navigation menu t4p-navbar-nav”>
    <li id=”menu-item-4950″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-4940 current_page_item menu-item-4950″><a href=”http://localhost:8080/barcentronew/menu”>Home</a></li&gt;
    <li id=”menu-item-4976″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-4976″><a href=”http://localhost:8080/barcentronew/barcentro-storia”>Storia</a></li&gt;
    <li id=”menu-item-4951″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-4951″><a href=”http://localhost:8080/barcentronew/barcentro-contatti”>Contatti</a></li&gt;
    <li id=”menu-item-5008″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5008 t4p-dropdown-menu”><a href=”#”>lingua</a>
    <ul class=”sub-menu”>
    <li id=”menu-item-5013″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-5013 t4p-dropdown-submenu”><a href=”http://localhost:8080/barcentronew/it/menu”>Italiano</a></li&gt;
    <li id=”menu-item-5014″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-5014 t4p-dropdown-submenu”><a href=”http://localhost:8080/barcentronew/en/menu”>Inglese</a></li&gt;
    </ul>
    </li>
    </ul>
    </nav>
    <div class=”mobile-nav-holder”></div>
    </div>
    </div>
    </header>

    in bold you can see the link i dont need!
    There is no more logo on the alora settings menu and i dont know how to remove this link….sigh!

    ps: why there is 2 time the link ?

    hope this help
    thanks

    Roman
    Spectator
    Posts: 3147
    June 8, 2014 at 9:35 pm #9963

    try insert in the Custom CSS:

    Code:
    .logo {display:none;}
    bbwalker
    Spectator
    Posts: 54
    June 8, 2014 at 11:55 pm #9964

    thanks again Roman,
    it woked! 🙂