Comment to 'How to make the text "The best social ..." thicker and bolder.'
  • 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;
    }