Tagged: enfold, sticky footer
-
AuthorPosts
-
July 16, 2013 at 9:58 am #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?
July 17, 2013 at 1:32 am #129892Hi 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
July 17, 2013 at 9:36 pm #129893Devin, 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
July 18, 2013 at 3:45 am #129894Hi,
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
July 18, 2013 at 10:17 am #129895Ismael, 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
July 19, 2013 at 12:40 pm #129896You 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.
-
AuthorPosts
- The topic ‘sticky footer’ is closed to new replies.