Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1123956

    Hi I would like to do the following on my blog and post layout.

    Blog:
    1. Remove author bio
    2. Move Title above Featured Image and center it
    3. Center Featured Image and change the size of the image

    Post
    Same as above but keep author bio

    #1124419

    Hey adamp81,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_modern-blog #top .post-entry h2.post-title,
    #top .fullsize .flex_column .template-blog .post-title {
      text-align: center;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1124424

    Thanks victoria. That worked for centering and moving title but it didn’t remove the author bio from the blog page and it didn’t change anything on single posts?

    #1124514

    Hi adamp81,

    I wrote to you about the author bio in the private content, it is added by some plugin, not by the theme.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.