Okay
  Public Ticket #1105428
Client Section, Team Members & Safari Compatability
Closed

Comments

  •  2
    antonata started the conversation

    Hi!

    I have a few question regarding Kalium.

    1. In team members section, I am trying to show 5 team members on a row, instead of the default maximum of 4. Is there a way to achieve this?

    2. Also regarding team members, what class should I address to change the Title and the Subtitle attributes?

    3. While using Safari 7.0.6., I noticed the Client section shows up in a continuous row that goes on beyond the page width. I'm not able to check whether this issue persists on a more recent version of Safari right now, but I thought I should ask. 

    4. In mobile, is there a way to remove the magnifying glass icon from the Search/Procurar element, and make it uppercase like the rest?

    Thank you for your support!

  •  1,558
    Laborator replied

    Hi there,

    1. Unfortunately you can only have up to 4 columns per row.

    2. The following classes are for the title respectively for sub-title:

    /* Title */
    .team-holder .member .hover-state .member-details h2 {
        font-family: "Georgia";
    }
    /* Sub-title */
    .team-holder .member .hover-state .member-details .job-title {
        font-family: "Georgia";
    }
    

    3. This issue is not showing on my view, I am using Safari 10.0.2, the version of your Safari was released 4 years ago, please update the browser to get a better view on every page.

    4. Add the following CSS to your Custom CSS to achieve this:

    .mobile-menu-wrapper .mobile-menu-container .search-form input {
        padding: 10px 30px !important;
        text-transform: uppercase !important;
    }
    .mobile-menu-wrapper .mobile-menu-container .search-form label {
        display: none !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group