Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1179474

    renutrition
    Participant

    Hey there!

    If I would like to make the text on all of my buttons to be bold, what would I put in the custom CSS section?

    #1179823

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating this thread! If you would like to make the text on all of your buttons to be bold, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .x-btn {
      font-weight: bold;
    }

    Hope this helps. Kindly let us know.