Question

How do we stylize the heading and the content text in Bootstrap popover?

Click to toggle popover

I would like to have line breaks in the Popover title and content. Please help.

Was it helpful?

Solution

I answered a similar question here: Contain form within a bootstrap popover?

If you want to style the popover use some css:

.popover-title{
   /* insert your styles here */
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top