Hello,
First of all I congratulate you for the the theme, because it’s wonderful!
However, I have some small issues with the blog screen on my site:
– The “default(business)” styling has the small “/” after the categories; is there a way to remove it?
– The “elegant” styling has some thing that I’d like to remove (for example I can’t remove the “read more” button from the advanced layout and neither from the enfold options)… se the screens attached to know better.
It would be great if you could help me at least on the “default” styling issue, since I will use just one of the two stylings, of course :)
I also have a problem with the SEO by Yoast plugin: as you see in the screens the snippet preview is strange, and I have to write it manually for every post… so I was wondering if it’ because of some enfold setting (however this issue is less important than the styling one).
Here are the screens to explain better what I mean
http://imageshack.com/a/img924/2198/sZOXcV.jpg
http://imageshack.com/a/img922/8345/lvDQ9p.jpg
http://imageshack.com/a/img921/1674/zBxP69.jpg
http://imageshack.com/a/img923/2353/Ut7Oja.jpg
Hope you can help me,
Regards,
Mirco
Hey Mirco_Greselin,
Sorry for the delay and thank you for the kind words, it appears some things have changed on the site already i noticed the separator and the read more links which need to be removed. To do so please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/* remove separator */
.post-meta-infos .text-sep:nth-last-child(2){
display: none;
}
/* hide read more*/
.post-entry .read-more-link {
display: none;
}
Best regards,
Vinay