• I the free version of Announcer, is there a way to format the button text to add bolding, italics, or specify a specific font?

Viewing 1 replies (of 1 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @asga04,

    Sorry for the late reply. Yes we can add formatting to button text.

    Please use simple HTML tags like <b></b> to bold or <i></i> for italics. W.R.T specific font, the button takes the theme’s CSS styles. We can use CSS rules to change the font like below.

    .ancr-btn {
    font-family: Arial, Helvetica, sans-serif;
    }

    Thanks,

    Aakash

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.