Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1344206
    Andreas Bjerve
    Participant

    Hi,

    Iยดd like the entire back/background image of my card element to be a link. Is that possible?

    Thanks! ๐Ÿ™‚

    #1344570
    Christian
    Moderator

    Hey there,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    Thanks for understanding. Take care!

    #1344658
    Andreas Bjerve
    Participant

    Ok, no problem! Is it possible to move the button on the back of the card to the bottom?

    #1344865
    Thai
    Moderator

    Hi There,

    We need your page URL with the card elements so we can take a closer look.

    Thanks.

    #1345967
    Andreas Bjerve
    Participant
    This reply has been marked as private.
    #1345993
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information. To move the button at the bottom, you can make use this code instead:

    .x-card-outer.center-vertically .x-face-content {
        padding-top: 95% !important;
    }

    Hope this helps.

    #1346052
    Andreas Bjerve
    Participant

    Thanks, perfect!

    Can you help me adjust the size of the card button, and its border-color + border width, and the font style and font size of the button text as well?

    Thanks!

    #1346156
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS or Cornerstone Custom CSS.

    .x-card-outer .x-face-button {
        padding: 20px 32px;
        border: 6px solid gold;
        font-size: 20px;
        font-style: oblique;
    }

    Thanks.

    #1347434
    Andreas Bjerve
    Participant

    Just perfect. Thank you very much! ๐Ÿ™‚

    #1347451
    Rue Nel
    Moderator

    You’re most welcome.

  • <script> jQuery(function($){ $("#no-reply-1344206 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>