How do I remove the shadows from my text?
Go to Theme Options > Styling and in the Custom CSS box add:
.gp-page-header .gp-entry-title,
.gp-page-header .gp-subtitle {
text-shadow: none;
}
#gp-main-nav .menu > li > a {
text-shadow: none;
} Go to Theme Options > Styling and in the Custom CSS box add:
.gp-page-header .gp-entry-title,
.gp-page-header .gp-subtitle {
text-shadow: none;
}
#gp-main-nav .menu > li > a {
text-shadow: none;
}