Hello, Paste the code given below in Custom CSS section (GeoCraft Settings -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer_bottom .social_icon li.facebook img { width: 25px; } You can adjust the value of "width" as per your requirement.
Hello, You need to customize module_functions.php file (geocrafttheme\library\controls\module_functions.php) present in your theme directory for this issue.
Hello, 1. For changing Facebook icon position Just go to single-listing.php and follow the instruction as shown in image given below 2. For your second issue Go to images directory present in your theme directory and replace your image with present Facebook icon image or edit it. The name of image is "facebook.png" Note:- Use same name for your edited image and remove the current image. Thanks & Regards Gourav Shrivastava
i am sorry but still, i had another question, maybe i did not express myself clearly... What i want is getting the facebook button from the FOOTER to the HEADER (right next to the welcome USER, Dashboard, ...) line i think i have to move this code: Code: <?php if (geocraft_get_option('facebook') != '') { ?> <li class="facebook"><a target="new" href="<?php echo geocraft_get_option('facebook'); ?>"> <img src="<?php echo TEMPLATEURL . '/images/facebook.png'; ?>" alt="facebook" title="Facebook"/> </a></li> <?php } ?> but i am not very sure where exactly
Hello, Open module_functions.php file (geocrafttheme\library\controls\module_functions.php) and add code as shown in the image given below. Thanks & Regards Nitesh Raghuwanshi