badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Add text bubble above menu link

#89344
Mravi
Participant

Here is the work:

@media (min-width: 992px) {
	.main-navigation a,
	.search-toggle {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.main-navigation .dropdown-menu a,
	.main-navigation li ul a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.apro-class:after {
		content: "New";
		font-size: 15px;
		color: #FFF;
		background: #029900;
		line-height: 25px;
		width: 25px;
		display: inline-block;
		text-align: center;
		border-radius: 100px;
		position: relative;
		top: -50px;
		left: 190px;
}

But not good yet