Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26656

    Just purchased the Enfold theme and it looks good so far!

    One question, i selected the header with bottom menu. Is it possible and what do i have to do if i want to display a banner 468*60 in the header in stead of the social icons ?

    Hope you can help me out soon because i need this project started.

    #131168

    Open up header.php and search for

    if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);

    Replace this line with

    echo '<img src="http://mywebsite.com/image.jpg" style="float:right;" width="468" height=68" alt="banner alt text" title="banner title" />';

    and instead of http://mywebsite.com/image.jpg insert the src path to your banner image and insert a custom alt/title text.

    #131169

    Thanks for the help … if anyone else want to use it … please use: style=”float:right;padding-top: 15px;” in stead of style=”float:right;”

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Banner 468*60 in header’ is closed to new replies.