I tried the solutions in the threads here, they didn’t work… any ideas? Thanks!
I tried the solutions in the threads here, they didn’t work… any ideas? Thanks!
Hello @ajrenk,
Thanks for writing in!
It seems that you are using Pro theme. The shadow maybe coming from your custom header. Please check the box shadow option in your bar settings.
On the other hand, I am assuming that you are using Icon stack. You can remove the icons in your blog index by going to Pro > Theme Options > Icon and disable the “Post Title Icon” option.
We would love to know if this has worked for you. Thank you.
Ruenel! Thank you SO MUCH! 
It’s the RENEW stack. I don’t see an option for ICONS in theme options.
The shadow was in the header! 
I still don’t know how to remove the icons next to the post titles though…
Hello @ajrenk,
Please try adding this code in X > Theme Options > CSS:
.entry-title:before {
display: none;
}
Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.