How to make the text "The best social ..." thicker and bolder.

How to make the text "The best social ..." thicker and bolder.

People say, they can't read this.

  • 1496
  • More
Replies (1)
    • Hello @dvcgraphics !

      You need to correct the styles of this fragment. Try to add smth like the following lines to the Studio->Artificer->Custom Styles area:

      .bx-spl-slogan {
      	font-size: 20px;
      	font-weight: bold;
      }
      
      Login or Join to comment.