Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865594

    Alex K
    Participant

    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;
    }
    
    #865638

    Alex K
    Participant

    I resolved it. Sometimes just being close to dev-people helps me find the solution. Thanks.

    #865762

    Zeshan
    Member

    Glad to hear you’ve figured it out! 🙂 Have a good day.