Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #561164

    Hi!
    Regarding related entries, I’d like to display the entry title below the thumbnail instead of only showing it when mouse hover. How should I do this?

    I’m referring to these thumbnails here..
    related entries thumbnails

    #561925

    Hi yarac!

    use this code in Quick CSS field:

    .avia-related-tooltip.avia-tt {
    display: block !important;
    opacity: 1 !important;
    top: 122px !important;
    }
    

    and adjust top value as needed.

    Cheers!
    Andy

    #562037

    Ah sorry, I should’ve been more clear. I meant.. how to disable ‘tooltip’ and enable the short title to display below the thumbnail..

    #562713

    Hi!

    I see that you are already displaying the tooltip did you get it sorted? If not please point us to the demo link where you have seen this or send us a mockup so we can help you better.

    Cheers!
    Vinay

    #562714

    ahh you misunderstood… I’d like to -disable- tooltip and have the entry title display below the thumbnail, like in image below..
    title below thumbnail example

    #563110

    Hi!

    it would require a huge amount of time and customization of the theme and that is why you would need to hire a freelance developer for this job.
    Maybe you can add the titles manually as text elements and then we can try to help to style them via CSS.

    Regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.