Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249538

    Hi, I like solve this:

    http://artistandbeer.com

    1) button “Registrar” with hover #000000 in text.
    2) In “Buscar” (search) with text “aaa” (by example) i don’t want the sidebar
    3) In mobile layout I like social icons not at center, I want at right of logo.

    Thanks so much!!!

    Xavier.

    #249586

    Hi xpoveda!

    Thank you for using the theme!

    1.) Please add this on Quick CSS or custom.css:

    .avia_iconbox_title:hover {
    color: #000000;
    }

    2.) Edit search.php, find this code on line 52:

    <?php
    
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    
    				get_sidebar();
    
    				?>
    

    Remove it if you don’t want a sidebar on the search page.

    3.) Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 50px !important;
    top: 5px;
    }
    
    #header_main [data-av_iconfont="entypo-fontello"]:before {
    font-size: 15px;
    }
    
    .responsive #header .social_bookmarks {
    right: 45px;
    }
    
    #top .social_bookmarks li {
    width: 25px;
    }
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.