Hi there,
i am sure the question has been asked before, but i cannot find the thread.
I would like to
1. change the ‘author’ copy of a blogpost (“by author” into Posted by author) and
2. change the style – how do I adress line this by css?
if you have the time to look into this, great!
Bas
Hey zineatoo,
1- Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and then change the strings in Enfold/includes/loop-author.php and enfold/includes/loop-index.php files on your child theme
2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.blog-author { font-size: 14px; color: orange; }
Best regards,
Yigit