Home Forums WoodMart support forum Replace an icone by an image in portfolio Reply To: Replace an icone by an image in portfolio

#498647

Artem Temos
Keymaster

Hi,

In order to do that, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

.wd-page-nav{
	background-color: #FFA500;
}

.wd-page-nav .wd-page-nav-icon{
	color: #FFA500;
}

.wd-page-nav .wd-entities-title,
.wd-page-nav .wd-label{
	color: #808080;
}

Regard