Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1067680

    HI Carlucci,

    You will need to customize a bit:

    .topbar-right > div.custom.sfilter {
    background-image: url(/images/Gpc/search-symbol.jpg) no-repeat;
    margin-right: 5px;
    padding-top: 5px;
    }

    .topbar-right > div.custom.sfilter > a {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    width: 30px;
    height: 30px;
    }

    .topbar-right > div.custom.sfilter > a i.fa.fa-search {
    line-height: 30px;
    font-size: 14px;
    }

    carlucci Friend
    #1067804

    Sorry!
    Your css code does not work.
    I have solved it without css.
    I have incorporated "Search" and "Video play" and
    I have expanded the html code of Social list.
    View code:

    <ul class="social-list">
      <li><a href="#" title="Facebook" class="facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
      <li><a href="#" title="Twitter" class="twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
      <li><a href="#" title="Instagram" class="instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
      <li><a href="#" title="Google plus" class="google-plus"><i class="fa fa-google" aria-hidden="true"></i></a></li>
    
    <!-- Search recipes -->
      <li><a href="index.php/es/filtro/filtro-de-recetas.html" title="Búsqueda Recetas"><i class="fa fa-search" aria-hidden="true"></i></a></li>
    
    <!-- Search Video -->
     <li><a href="index.php/es/filtro/filtro-videos.html" title="Búsqueda Video Recetas"><i class="fa fa-play" aria-hidden="true"></i></a></li> 
    
    </ul>
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  carlucci 6 years, 6 months ago.

The topic ‘I\'ve put a new module to link to my megafilter menu’ is closed to new replies.