Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1405830
    Laurent Vermot-Gauchy
    Guest

    Hi,

    One of my customers is using enfold theme.
    I’ve 2 main questions :
    – Is it possible to add an author block (with the info in WP) at the end of each blog post?
    – How to change the color so that title, links and blog are not the same …. I’d rather have the link in another color.

    Best L

    #1405886

    Hey Laurent Vermot-Gauchy,
    Try following this thread for an author block.
    You can specify the colors of links at Enfold Theme Options ▸ General Styling ▸ Main Content ▸ Primary Color you will see it says it is for Font color for links, dropcaps and other elements
    If you want to use css to change the link color try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main .main_color a {
    color: red;
    }
    After applying the css, please clear your browser cache and check.
    
    Best regards,
    Mike
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.