This topic has 2 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #163475
     investa
    Participant

    Hi, in my notifications section (in the main header section), it says – There is a new article by but the bit after by is blank. I’ve hovered over it to check there is no link and its not just a colour issue. I am using Kleo child – theme 4.2.5.

    Can you point me in the right direction for a fix? Cheers

    #163577
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #163827
     Radu
    Moderator

    Hi,

    Use this CSS

    COPY CODE
    
    
    li.kleo-notifications-nav .kleo-submenu-item > a {
        line-height: 20px;
    }
     .navbar .sa-notification a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block !important;
        width: 50px;
        white-space: nowrap;
        vertical-align: bottom;
    }
    .navbar .sa-notification a.social-delete {
        width: 20px !important;
        text-align: center;
        border-radius: 50%;
        top: 6px;
         display: none !important;
    }
    .kleo-notifications-nav ul.submenu-inner.has-notif li:before {
        top: 4px;
    }
    

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS

    NOTE : Child theme needs to be installed and activated.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?