Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #596307

    I just made a new Blog Page on my website. http://www.reino.nl

    When im adding a post (message) to it it show a picture of me, the date i added, and my name in the middle of my header. I have a transparant header with a revolution slider and i would like my info to be removed from it.

    Is there any quick css solutions or something for it?

    This is the page im talking about: http://reino.nl/siev-keurmerk-2/

    #596436

    Hi Yanniks!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .blog-meta {
        display: none!important;
    }

    Regards,
    Yigit

    #596495

    Hi Yigit,

    Well my profile photo is gone but still i see the title of my post and the date etc. i added it.

    Any more ideas?

    Thanks.

    #596504

    Hi!

    Please add following code to Quick CSS as well

    .single .content {
        padding-top: 0;
    }
    .single header.entry-content-header {
        display: none;
    }

    Regards,
    Yigit

    #596798

    Hi,

    Awesome it worked!

    Thanks for your help.

    #596874

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing info / picture of myself in header on Blog Page’ is closed to new replies.