how can i remoce the borders (black lines) at the facebook share ivons here. and how can i center the text: “Teile diesen Beitrag” ?
Hey corneliaboehm!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-share-box-list {
border: none!important;
}
h5.av-share-link-description {
text-align: center;
}
Regards,
Yigit
Hello. I added you code to in appearance/Editor but i do not see the effect here.
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Hey!
You had following code in style.css file
function add_custom_target(){
?>
YOUR FIRST CODE GOES HERE
<?php
}
add_action('wp_footer', 'add_custom_target');
I removed it. Such code should go to Functions.php file. If you would like to remove border between icons, please add following code as well
.av-share-box ul li {
border: none;
}
Best regards,
Yigit
Thank you Yigit. It looks great. Can you help me also with the mansory gallery. i do not get a nice gallery like here: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
i do not know what is wrong. the mansory do not look like this on my page here:
Hey!
Please flush browser cache and refresh your page a few times. This is how it looks like on my end – http://i.imgur.com/8vycPps.png
Also, have you figured out masonry gallery issue?
Best regards,
Yigit
Yeahh. Mansory gallery works perfect. i deal with the facebook plugin in the footer widget. this will not work and the facebook share icons in an open lightbix images :) this is really tricky and the documentaton Elliott posted is not up do date. The lines in the code have changend…..
Hi!
We answered your inquiry regarding the facebook plugin here: https://kriesi.at/support/topic/add-facebook-social-plugin/
Best regards,
Ismael