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

  • Author
  • #183147
     gorbett
    Participant

    The styling for Live Notifications and Live Messages appears to be off in the menu when using the transparent header (the default in the Community demo). I have attached of what this looks like across all my machines.

    Attachments:
    You must be logged in to view attached files.
    #183213
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us about this issue, I can see it but I do not have an immediate fix for you.

    I will direct this ticket to a developer for you who will assist as soon as they can, Monday to Friday, East Europe Time.

    Thank you for your patience.

    Kieran.

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #183400
     Radu
    Moderator

    Hi,

    Use this css to fix that

    COPY CODE
    
    .navbar-transparent .navbar-nav > .kleo-messages-nav.kleo-toggle-menu .kleo-toggle-submenu:before {
      background-color: rgba(0, 0, 0, 0);
      top: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12px 10px 12px;
      border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent;
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
    }
    .navbar-transparent .navbar-nav > .kleo-messages-nav .kleo-toggle-menu .minicart-buttons {
      background-color: rgba(0, 0, 0, 0.2) !important;
      border: 1px solid rgba(0, 0, 0, 0);
        color:#fff;
    }
    .navbar-transparent .navbar-nav > .kleo-messages-nav .kleo-toggle-menu .sub-menu {color:#fff !important}
    .navbar-transparent .navbar-nav  li.kleo-submenu-item span, .navbar-transparent .navbar-nav ul.submenu-inner li.kleo-submenu-item { color: #fff;}
    

    Let me know

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

    Cheers
    R.

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

    That did the trick. Thanks!

    #183522
     Radu
    Moderator

    You’re welcome
    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 5 posts - 1 through 5 (of 5 total)

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

Log in with your credentials

Forgot your details?