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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38736
    Thomas
    Participant

    Dear Themehorse-Team,

    I have a question concerning appearance of promo box.
    I would like to have text in size 32 and no button.
    Only way to make button vanish, is to use only the second text field and to empty the main text field. But then the size is only 16 and color is dark.

    I already tried to change the size of text for second text field from 16 /23 to 32/39 as in main text field.

    .widget_promotional_bar .promotional-text span {
    font-size: 16px;
    line-height: 23px;
    display: block;
    padding-top: 10px;

    It works only, when there is text in main text field. When main text field is empty, then you will see the size of 16 again.

    Then I tried to set the call-to-action-Part in /* */
    With no effect..

    Thank you for some hints how to solve my problem.

    Best
    Thomas

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.