New Landing How can we help? Cardinal Fixed image caption

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #174575
    alelordelo
    Member
    Post count: 155

    Hello folks,

    How can I add a fixed image (not just on overlay) caption, like on the new Atelier Theme attached?

    My website: http://www.koel.com.br
    The captions are currently only on overlay.

    Is it possible to also change the font?

    Best

    Attachments:
    You must be logged in to view attached files.
    #174613
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello alelordelo.

    You want it like the one below? Please check link below and get back to me

    Image Banners

    #174706
    alelordelo
    Member
    Post count: 155

    yep! Like the one bellow:

    Move up!
    YOU CAN ADD ANY CONTENT YOU WANT HERE.

    #174770
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    figure.animated-overlay figcaption{
    opacity:1 !important;
    }

    Thanks
    Mohammad

    #177002
    alelordelo
    Member
    Post count: 155

    Thanks, it worked!
    http://koel.com.br

    How can I have the caption “not animated” and change the font size?

    #177315
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code for font size:-

    .products .product figure figcaption .thumb-info h4{
    font-size:14px !important;
    }
    
    figure.animated-overlay:hover figcaption {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=130);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    
    

    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register