Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #495797

    Hello, good morning,

    I Need to change one icon on social icon area and write in it only “APP”. After I need to put below one image. Check the image attached.

    Can you help me.

    eg: http://bfstore.com.br/site_franquias/servicos/suporte/socialArea.png

    • This topic was modified 9 years, 6 months ago by consule.
    #495960

    Hey Cris!

    I don’t think there is any icons available for “APP”. You will probably need to create your own image to use.

    You can add it to your header along with that other image by adding a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag a text widget to it and insert the HTML in that way.

    Best regards,
    Elliott

    #496063

    Hello,

    It works fine, but the “href” tag does not work. I included the href tag in widget area like below.

    <br>
    <a href="https://www.facebook.com/sapatariadofuturo"><img src="http://bfstore.com.br/site_franquias/servicos/wp-content/themes/enfold/images/facebook-01.png"></a>

    tag br is ok!!!

    • This reply was modified 9 years, 6 months ago by consule.
    #496384

    Hi!

    We need to see the actual page in order to check the issue. Please post the page url here.

    Best regards,
    Ismael

    #496685
    #496902

    Hi,

    Please try to add the following to Quick CSS:

    #header .widget {
        z-index: 10000 !important;
    }

    Thanks,
    Rikard

    #502897

    Richard,
    It works fine!
    Now I need that the icons(images png) stay hidden when I access mobile version …
    How I can do that?

    #502906

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 990px) {
    #header .widget { 
    display: none !important; 
    }}

    Regards,
    Yigit

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