badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove "Short Descriptions" from Featured Image Slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42175
    Robert
    Participant

    Hello,

    I am working with the Premium version of Interface and would like to remove the Short Descriptions from my Featured Image Slider on the Business Page, so that the call-to-action buttons appear more intuitively as buttons to my end-users.

    I’ve attempted removing the Short Descriptions in the Customizer (leaving ONLY the Titles), though the descriptions continue to appear on the slides. I’ve cleared my cache, so unfortunately that is not the issue.

    I’m unable to publish the website externally at this time, though can send screen shots if there is a place to submit them.

    Thank you kindly.

    #42209

    Hi Robert,

    Please add below custom CSS to hide the short description in the slider.

    .featured-text .featured-content {
        display: none;
    }

    Thank you!

    #42214
    Robert
    Participant

    This worked perfectly! Thank you very much.

    Is there a way to also change the location of the remaining button? The button is currently at the bottom left of the slider. Is there a way to place it higher on the screen and possibly on the right side?

    #42241

    Hi Robert,

    For that you have to add below CSS code in custom CSS:

    #controllers {
        bottom: inherit;
        right: 15px;
        text-align: right;
        top: 15px;
    }

    Thank you!

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