Tagged: x
-
AuthorPosts
-
April 4, 2016 at 3:38 am #865594
Hi guys,
I have a problem with my CSS configuration. I am trying to include a menu widget in the footer, but the links don´t show. I can´t figure out why.
Thanks in advance.
Here is my CSS settings as of now
.entry-date{ display:none !important; } @media all { body.single-x-portfolio .entry-featured, body.single-x-portfolio .entry-wrap.cf { width: 100%; float: none; } .category .x-header-landmark, .single-x-portfolio .x-header-landmark { display: none; } /* Widget TEXT Color */ footer .widget { color: #555; /* Change the color as per your preference */ } .x-colophon.bottom .x-colophon-content, .x-colophon.bottom .x-nav li a { color: #333; } .x-colophon.bottom .x-colophon-content a { color: #666; } /* Widget HEADING Color */ footer .widget .h-widget { color: #333; /* Change the color as per your preference */ } } .x-icon-navicon:before, .x-icon-reorder:before, .x-icon-bars:before { color: grey; background: white; padding: 10px; } .x-topbar .x-social-global a, .x-colophon.bottom .x-social-global a { color: #333333; } .x-iso-container>.hentry { padding: 0 !important; } .single-x-portfolio .entry-featured { display: none; } .x-recent-posts .x-recent-posts-date { display: none !important; } .x-recent-posts a { border: none !important; } .single .entry-featured { display: none; }
April 4, 2016 at 4:33 am #865638I resolved it. Sometimes just being close to dev-people helps me find the solution. Thanks.
April 4, 2016 at 6:41 am #865762Glad to hear you’ve figured it out! 🙂 Have a good day.
-
AuthorPosts