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

    http://www.elleagnes.se/category/blogg/

    Hi,

    I just want to show date under the titel on each blog post under the category blogg link.

    What code shall I add in order to disable Comments, Category and Author?

    Thanks
    Charlotte

    #982489

    Hey Charlotte,

    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

    
    .archive.category .text-sep.text-sep-comment,
    .archive.category .text-sep.text-sep-date,
    .archive.category .text-sep.text-sep-cat,
    .archive.category .blog-categories.minor-meta,
    .archive.category .blog-author.minor-meta {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #982663

    Thanks Victoria but it didn’t disable the comments –
    http://www.elleagnes.se/category/blogg/

    /Charlotte

    #982787

    Hi Charlotte,

    Please add this code as well:

    
    .comment-container.minor-meta, .text-sep.text-sep-comment {
      display: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #982854

    Thanks :)

    #982924

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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