Tagged: , , ,

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

    Hi,

    is it possible to hide the meta infos (date / author etc.) on the bottom of the blog posts, while still showing them on the blog post element?

    Thanks and Greetings

    #1331374

    Hey AgenturLanzinger,
    As I understand your question this can be done with css display:none, if you can link to an example blog post where you want the date & author hidden and to a page where the blog element is used and you want the date & author to continue to be shown we can assist.

    Best regards,
    Mike

    #1331488

    Hi Mike,
    whenever I try to hide the meta infos on a blog post via display:none, the meta infos were also hidden on the blog element. But no problem, I´ll give you the Login credentials and further information in the private content.

    Thank you and regards
    Lanzinger

    #1331495

    Hi Lanzinger,

    I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    /* Hide meta infos on single blog posts */
    .html_elegant-blog #top.single .post-meta-infos {
        display: none;
    }

    Please review your website :)

    Best regards,
    Yigit

    #1331713

    Hi Yigit,

    thanks! You guys are great!

    Regards
    Lanzinger

    #1331716

    Hi Lanzinger,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable/hide meta infos only on post, but still show them on blog post element’ is closed to new replies.