New Landing How can we help? Cardinal round button

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Cardinal
  • #263499
    Mar21
    Member
    Post count: 219

    Hello!

    is it possible to create round button like in my screenshot ?

    I have tried this, but it was not compatible with your buttons

    .round-bouton {
    	width:85px;
    	height:85px;
    	background:#cc0000;
    	font:bold 13px Arial;
    	border-radius:50%;
    	border:none;
    	color:#fff;
    }

    thanks

    Attachments:
    You must be logged in to view attached files.
    #263513
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You would need to use this html:

    <a href="yourlink" class="round-button">Join Us</a>

    – Kyle

    #263609
    Mar21
    Member
    Post count: 219

    Thanks Kyle,

    that was I have done, but I have a problem with :
    – he text in the button
    – the button color (mix of the accent button and the custom color)
    – the button center alignment (not working)

    Attachments:
    You must be logged in to view attached files.
    #263615
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What’s your link? I’ll have a look

    – Kyle

    #263618
    Mar21
    Member
    Post count: 219
    This reply has been marked as private.
    #263635
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve used the button shortcode, just use a normal text link but use this html:

    <a href="yourlink" class="round-button">Join Us</a>

    – Kyle

    #263637
    Mar21
    Member
    Post count: 219

    Thnaks, but it’s not yet good (cf. screenshot)

    Attachments:
    You must be logged in to view attached files.
    #263666
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Use this CSS:

    .round-button {
      background: #cc0000 none repeat scroll 0 0;
      border: medium none;
      border-radius: 50%;
      color: #fff;
      display: block;
      font: bold 13px Arial;
      height: 155px;
      padding: 70px 10px;
      width: 155px;
    }

    – Kyle

    #263668
    Mar21
    Member
    Post count: 219

    Thanks a lot Kyle,
    it works now. But I can’t use the text align-center or text-align-right option

    #263670
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The text will be central

    – Kyle

    #263746
    Mar21
    Member
    Post count: 219

    Yes it is, thank you. But how can be the button central too?

    #263750
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sure, change the css to:

    .round-button {
      background: #b7197a none repeat scroll 0 0;
      border: medium none;
      border-radius: 50%;
      color: #fff;
      display: block;
      font: bold 13px Arial;
      height: 155px;
      padding: 70px 10px;
      width: 155px;
      margin: 0 auto;
    }

    – Kyle

    #263752
    Mar21
    Member
    Post count: 219

    thank your very much! It’s great!!!

    #263753
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

    – Kyle

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register