Hello,
I want to add a new line (enter) in the announcement bar so that my announcement would be in two lines.
How can I do this in the Refresh theme?
I’d be grateful if anyone knows, thanks!
Hello,
I want to add a new line (enter) in the announcement bar so that my announcement would be in two lines.
How can I do this in the Refresh theme?
I’d be grateful if anyone knows, thanks!
Find this file and change two places as in the screenshot.
Step 1:delete ‘| escape’
Step 2:change “text” to "html
Then add the line break tag(
) in front of the line you want to break
<br> where you want the line break to occur.