Tagged: ,

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

    Hi,

    I’m trying to get rid of an extra slash in the infos displayed at the top of Enfold blog posts (something like: October 9th, 2017 / By Robin / 8 comments / in Enfold)
    I found that to remove the slash after the date, I had to use the following snippet:

    span.text-sep.text-sep-date {
    display: none !important;
    }

    Then by deduction I managed to remove the slash after the categories:

    span.text-sep.text-sep-cat {
    display: none !important;
    }

    But I still can’t figure out how to remove the slash after the comments count.
    Can you tell us what we need to replace ‘date’ or ‘cat’ by, if we want to get rid of other slashes ?

    Thanks in advance for your help
    Robin

    #862252

    Hey Robin,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Best regards,
    John Torvik

    #862381

    Sending it over in the private content.
    Thanks in advance!
    Robin

    #862576

    Hi,
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    span.text-sep.text-sep-comment {
        display: none!important;
    }
    

    Best regards,
    Yigit

    #862678

    Works! Thanks
    R

    #862885

    Hi,

    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 :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove slash after comments in blog posts info’ is closed to new replies.