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*

Make colored button from text

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #38764
    Arjen
    Participant

    Hi,

    I want to make a colored button with text in it. For example a contact button at the bottom of a page. Is this possible?

    Thanks

    Arjen

    #38779

    Hi Arjen,

    Could you provide you site url too? So that it will be more easy for us to fix what you want exactly.

    Thank you!

    #38818
    Arjen
    Participant

    Hi

    http://www.contactdestip.nl

    I want to add contactbuttons and other buttons with text in it.

    Thank you

    #38915

    Hi Arjen,

    Please add class="readmore" in the anchor tag for the button. You can insert it as below:
    <a href="http://www.contactdestip.nl/?page_id=16" class="readmore">contact</a>

    Thank you!

    #38930
    Arjen
    Participant

    Hi,

    That’s almost perfect. It aligns at the right site. How can I align it at the left site? I tried: <p style=”text-align: left;”></p>, but thats doesn’t work.

    Thank you!

    #38944

    Hi Arjen,

    To fix it go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS and paste the below CSS code and Click on Save & Publish button.

    .entry-content p a.readmore {
        float: none;
    }

    Thank you!

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