buttoms

Support Area Forums Forward buttoms

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #35843
    Alejandro Paredes
    Participant

    Hi Bill!

    i would like to use a circle instead of the rectangle as button for the attention widget and also for the slides…. how I can do that?

    thanks

    Ale

    #35848
    Bill Robbins
    Moderator

    Good Afternoon Ale,

    It should be possible to turn that rectangular button into a circle. Add this to the Custom CSS box that’s in the advanced section of the customizer:

    
    .attention-button a.button {
    	border-radius: 50%;
    	padding-top: 50px;
    	padding-bottom: 50px;
    }
    

    You may have to adjust the padding to make it round. That will depend on how much text is in button.

    Hope that helps out.

    Have a good evening,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘buttoms’ is closed to new replies.