Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26271

    Hi, can anyone propose a css code for sticky footer that realy works for Enfold theme? I alread tried everything from this support forum and nothing works for my.

    Thx in advance

    Mark

    P.S. is there any way to mark home page on the header with home icon instead of text?

    #129892

    Hi mjp1981,

    There are lots of options available but they all take a bit more customization than we can provide via support. If you are having issues, I’d recommend looking into a freelance developer who can custom code a solution for you.

    For the logo, you could just use a small icon as your logo and adjust it with css as needed.

    Regards,

    Devin

    #129893

    Devin, thank u for the reply, but as for the home icon i didnt mean the logo, what I ment is if there is any way to have an icon (of home) on the header instead of text name of the home page.

    As for the sticky footer except for adding recommendedcss I also tried your solution with adding blanks but if someone have not standard resolution set on his computer then it doesnt for, then header is even as big as half of the screen, which look terrible, u should work on that guys.

    Regards,

    Mark

    #129894

    Hi,

    Home, you mean the home menu? You can change the home menu background with CSS.

    #menu-item-755 {
    background: url('IMAGE OR ICON LINK HERE');
    width: 200px; /* Adjust this value */
    text-indent: -9999px; /* This is for hiding the "Home" text */
    }

    Inspect your home menu, look for the li id selector, mine is #menu-item-755.

    Regards,

    Ismael

    #129895

    Ismael, thx a lot!!! but what if I wanted one of avia icons (instead of url) to stay consistant withother icons on my page (I want avia icon number 34), and how to manage color of it? could u pls provide me with css?

    Mark

    #129896

    You can try to use the “font icon” shortcode in this case. The menu title/description field (Appearance > Menus) should support the shortcode. You need to generate the shortcode first (Magic Wand icon on the post/page editor page) and then you can copy/paste it into the menu item title field.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘sticky footer’ is closed to new replies.