Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #164236

    I can’t change my icons in the icon box anymore. How do I fix this? Also, I need to add business number, social media icons and A register/ sign up button on left header. How do I do this? http://www.fogartyny.com

    #165230

    Hey franpat!

    You should go to Enfold theme options > Header and choose one of header types with social icons. And can you be more specific about icon box issue?

    Cheers!
    Yigit

    #165242

    I did but I didn’t like your default position. I would like to make the entire icon box clickable and position the Nav bar at the bottom of my logo so I can Social Media Icons, a contact number and a sign up/login button on the top right of the Nav bar. Please advise. thx!!

    #165352

    Hello!

    Please post a screenshot showing how header should look like after changes

    Best regards,
    Yigit

    #165379

    Ok here you go
    Image and video hosting by TinyPic” title=”screen shot”>

    • This reply was modified 11 years, 3 months ago by franpat.
    #165931

    Hi franpat!

    That depth of customization is quite a bit beyond what we can do via support. You’ll need to look into a freelance developer who can customize/create a new header style for you.

    Best regards,
    Devin

    #165967

    Dear Devin,

    As per my prior post, I would like to make the entire icon box clickable and add Social Media Icons, a contact number and a sign up/login button on the top right of the Nav bar. Please advise. thx!!

    #166436

    Hi!

    1.) This is a css to make a large part of the icon box clickable.

    .iconbox_content_title a {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    z-index: 9999;
    }
    
    .iconbox_content p {
    position: absolute;
    top: 20px;
    }

    2.) You need to use “Fixed Header with Social Icons and additional Navigation” as the Header Type then we can modify the css positioning of the contact number and the social icons.

    Best regards,
    Ismael

    #166679

    Oh thank you so much the icon box works. I did use “Fixed Header with Social Icons and additional Navigation” as the Header . See http://www.fogartyny.com I want to remove that line and position the social media icons to the right side similar to this site http://www.elliman.com/

    #167003

    Hey!

    You can add this:

    #top .social_bookmarks {
    position: absolute;
    right: 0;
    top: 60px;
    }
    
    .main_menu {
    right: 120px;
    }
    
    .phone-info {
    top: 70px;
    position: relative;
    right: 7px;
    }

    Cheers!
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Problems with changing icons and Social Media in Header- Please advise’ is closed to new replies.