Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417169

    talent2016
    Participant

    Hi there,
    1. how to set different button colors for each button when there are 3 buttons in one page?
    2. And how to choose Button Align(left, center, right)?
    Thank you.

    #1417201

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    1) You can assign unique id’s to each button to have different color.

    http://prntscr.com/end48k

    2) Could you please provide us with your website URL so we can take a closer look?

    Thanks.

    #1417227

    talent2016
    Participant

    Thank you, see attached image of button position, how to move to right side?

    #1417234

    talent2016
    Participant
    This reply has been marked as private.
    #1417285

    Friech
    Moderator

    Hi There,

    Assign a unique ID on each of your button (http://prnt.sc/endya3).

    Then add this on Custom > Global CSS on Customizer.

    #btn-blue {
    background-color: blue;
    }

    Feel free to change the color value.

    Provide us your site URL so we can take a look on what you already have now.

    Thanks.