All Collections
FAQ's and Troubleshooting
Reposition The Author Above The Featured Image In The Blog Module
Reposition The Author Above The Featured Image In The Blog Module

Rearrange the author in the blog module

Marius avatar
Written by Marius
Updated over a week ago

The initial step involves removing the separators in the post-meta section, as discussed in this article.

After removing the separators, include another personalized CSS Class in your Divi Blog module. To include a personalized class, follow these steps:

  1. Open the module settings

  2. Go to the Advanced tab

  3. Open the CSS ID & Classes option

  4. In the CSS Class input field, add the class
    โ€‹divi-blog-move-author

Reposition the author above the Featured Image:

  1. In Divi > Theme Options > General Tab > Custom CSS, add this CSS code:

    .divi-blog-move-author .et_pb_blog_grid .et_pb_post .post-meta span.author.vcard a {

    position: absolute;

    top: 0;

    left: 0;

    margin-bottom: 0;

    color: #ffffff!important;

    background: #0071fc!important;

    padding: 6px 12px;

    margin: 15px;

    border-radius: 50px;

    }


    That will place the author over the featured image:
    โ€‹

Did this answer your question?