Hi, can i edit the header to display images, similar to the 4 images in http://globalinkllc.com/.
How should i do it ?
Hey kliprift!
What type of header are you using? You can check it in Enfold theme options under Header tab. If you are using one of non-fixed header types, you can simply upload one wide logo image with your logo on the left and images on the right. Please try and post the link to your website
Cheers!
Yigit
Hi!
In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
do_action('ava_after_main_menu');
?>
and your images as shown in this screenshot http://i.imgur.com/oJOF3sr.jpg
then add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
img.headimg1, img.headimg2, img.headimg3, img.headimg4 { float: right; margin-left: 5px; }
Best regards,
Yigit