Okay
  Public Ticket #2663535
Text on thumbnails
Closed

Comments

  •  3
    elenabooh started the conversation

    Hello. I would like to have a text on the portfolio thumbnails. Is it possible? Thank you!

  •  1,558
    Laborator replied

    Hi there,

    Are you trying to add description over the thumbnails because as I see you already have titles.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    elenabooh replied

    Hi, thanks for the reply. 

    The titles are on the Hover, but i would like to have them also on the thumbnails pre-hover.

    2 other questions:

    1. Is it possible to turn off the animations (delays, the text on thumbnails that comes up)?

    2. I don't understand why I cannot take the underline off the menu items. I tried already 

    a:after {
       height: 0px !important;
    }

    And it seemed to work and then it stopped working,

    i tried

    a:after {
    background-color: transparent !important;
    }

    a:after {
    text-decoration: none !important;
    }

    .wrapper a:after, footer.main-footer a:after {
        background-color: transparent !important;
    }

    with no success.

    Thank you very much

  •  1,558
    Laborator replied

    Hi again,

    When you're using the titles inside images version of portfolio, you will have to set this option individually for each portfolio item:

    medium
    (view large version)

    If you want it to be always visible and go away when you hover.

    1. Unfortunately that's not possible.

    2. Add this CSS  to Custom CSS:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {
        display: none;
    }
    

    If you have further questions, kindly create a new ticket.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group