Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 9 posts - 1 through 9 (of 9 total)

Social Badge and background header

Home Forums Misc. General Forums Social Badge and background header

  • #12624

    seanyoung

    subscriber

    Hi,

    1.I have tried adding an Instagram badge, the link is there but not the badge. Also can you also create a weheartit badge?

    2. Is it possible to make the background image start from under the header? it takes over my logo.

    Thanks… LOVING THE THEME!

    #18326

    Towfiq I.

    administrator

    1. to add the badge follow this method:

    First open up header.php and add this line:

    <li class="soc_insta"><a title="Instagram" target="_blank" href="put your instagram url here...">Instagram</a></li>

    after this line:

    <li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>

    then add this to your stylesheet:

    .social ul .soc_insta a{ background:url("http://i.imgur.com/OU4yS.png") no-repeat!important;}

    2.whats your site address?

    #18327

    seanyoung

    subscriber

    Ladydeelish.com

    #18328

    Towfiq I.

    administrator

    2. Add this to your stylsheet and let me know if this works for you:

    #header{background:#f6f6f6;}

    It will just change the header color.

    #18329

    seanyoung

    subscriber

    This worked beautifully

    #18330

    seanyoung

    subscriber

    Is there a way increase the opacity on the initial badge? My client feels that they are little to faded on the page 🙂

    #18331

    Towfiq I.

    administrator

    you will have to open up zenon.js file and replace:

    0.3

    with

    0.7

    to increase the opacity. the value appears twice , you will have to change both of them.

    #18332

    seanyoung

    subscriber

    Im sorry i feel silly but where do i find the zenon.js file?

    #18333

    Towfiq I.

    administrator

    you will have to open it up with your FTP application. you will find it in your zenon theme folder. if you dont know how to use FTP, try this plugin:

    http://wordpress.org/extend/plugins/wp-filemanager/