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*

delete cal-to-action-button in Promobox

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38795

    Hi Thomas,

    Use below CSS code to change the font size as well as to disable call to action button:

    For primary text:

    .widget_promotional_bar .promotional-text {
        font-size: 32px;
        line-height: 39px;
    }

    For secondary text:

    .widget_promotional_bar .promotional-text span {
        font-size: 16px;
        line-height: 23px;
    }

    For to disable button:

    .widget_promotional_bar .call-to-action {
        display: none;
    }

    Increase/Decrease above digit value to change the font size as well as line height.

    Thank you!

    #38817
    Thomas
    Participant

    Dear Support Team,

    thank you very much !!!

    Best

    Thomas

    #38834

    You welcome Thomas

    Thank you!

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