Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #211876

    Hi, can i edit the header to display images, similar to the 4 images in http://globalinkllc.com/.

    How should i do it ?

    #212292

    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

    #212302
    This reply has been marked as private.
    #212953

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customised header with Image for Enfold’ is closed to new replies.