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*

Button

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #45289
    Monique
    Participant

    Hello,

    Is there a widget or something easy to put a button somewhere in a page? I’d like this button to download a PDF.

    Thanks,
    Monique

    #45339

    Hi Monique,

    You can add below code in your page editor to have the button to download a PDF.
    <a class="call-to-action" href="button-link-here" title="Button Title">Button</a>

    Thank you for using our theme.

    #45345
    Monique
    Participant

    Thanks! But I’d like the same style as the ‘send’ button in my contact form (7). Which is blue (same as in the image slider) at the moment.
    With the code you sent me it shows the ‘read more’ style button of the posts (which is white with borders at the moment)… Is it possible to send me the code for the coloured button?

    #45481

    Hi Monique,

    First add below code in your page editor
    <a class="call-to-action my-button" href="button-link-here" title="Button Title">Button</a>

    and then Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .call-to-action.my-button {
        background-color: #89a452;
        border: 1px solid #89a452;
        color: #fff;
    }

    Note: Change above HEX color code #89a452 to your own HEX color code.

    Thank you!

    #45541
    Monique
    Participant

    Yep, thanks!

    #45548

    You welcome Monique.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

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