Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1317687

    Hey guys,

    I just styled the partner/logo element for my wishing result. But now I have a question:
    How can I display always a text under the images like the following example which I added in the private content? I know that there are a text field for hover but I want to display this text always not only on hover.

    Thanks for answer!

    #1317891

    Hi coolicious,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-logo-element-container .slide-entry:before {
        content: attr(data-avia-tooltip);
        visibility: visible;
        height: auto;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding-bottom: 10px;
    }
    
    .avia-tooltip avia-tt {
        display: none !important;
    }

    Best regards,
    Nikko

    #1317963

    Hey Nikko,

    thanks for answer.

    This works but the tooltip is still there. Also the text is above and not under the images.

    Best regards

    #1318275

    Hi coolicious,

    Can you give us a link to the page? so we can inspect and try to see why it’s still showing.

    Best regards,
    Nikko

    #1318338

    Yeah sure (see private content)

    #1318424

    Hi coolicious,

    Can you try adding this CSS code:

    .avia-tooltip.avia-tt {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    Best regards,
    Nikko

    #1318522

    It works now, thank you!

    #1318534

    Hi coolicious,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How can I edit the partner/logo element to display a text under the images?’ is closed to new replies.