Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #292003

    In http://escalamas.com

    I need:

    1) in header have the social icons in black with transparent header and in white with normal header.
    2) in section “CONTACTA CON NOSOTROS” the icons of “facebook”, “twitter”, etc with circle in blue.
    3) is posible vertical align centered in sections “mas razones” and “casos de exito” ?

    Thanks so much!!

    Xavier.

    #292033

    Hey xpoveda!

    Thank you for using our theme.

    In custom.css put the following and adjust px values:

    ad 1)

    
    #header.av_header_transparency .social_bookmarks{
    color: #000;
    }
    

    ad 2)
    I only see the text like Facebook, no icons. Is the link above correct?

    ad 3)

    
    #after_section_2 .avia-builder-el-8,
    #after_section_2 .avia-builder-el-10,
    #after_section_2 .avia-builder-el-12,
    #after_section_2 .avia-builder-el-14{
    margin-top: 32px;
    }
    
    #after_section_3 .avia-builder-el-19{
     margin-top: 32px;
    }
    

    Cheers!
    Günter

    • This reply was modified 9 years, 8 months ago by Günter.
    #292140

    Hi Gunter, almost perfect…;)

    1) in http://escalamas.com (transparent header page)

    I like when the text menu is in black the hover is in orange.
    When the text menu is in white (vertical scroll) now is ok.

    2) in http://escalamas.com/aviso-legal/ (non transparent header page)

    I like menu text color in white

    Thanks so much!!

    Xavier.

    #292198

    Hey Xavier!

    Try adding this code to the Quick CSS:

    .av_header_transparency .avia-menu-text:hover {
        color: rgb(236, 105, 29);
    }
    
    .av_header_transparency .avia-menu-text {
        color: black;
    }
    
    .avia-menu-text {
        color: white;
    }

    Cheers! 
    Josue

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