Hi everybody ….
Still struggling with the Layer Slider ….
One of my slider pulls dynamic content from a custom taxonomy and while it displays the header exactly as it should, the author and slug are both lower case and with dashes in between every word.
For instance, instead of “Mad Rhino” it displays “mad-rhino”
How can I rectify this?
Thanks for your time and help
can you give us a link to see what happens?
Hey!
Thank you for using Enfold.
It is suppose to show that way because it is pulling the actual author slug or username which is “mad-rhino”. I think it’s best if you write the author name manually. You can fix the lowercase issue by adding a custom css:
text-transform: capitalize;
The dash symbol is not going to be remove though.
Regards,
Ismael