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

    Greetings,
    I’m having trouble removing the last ‘/’ in the blog post on the home page
    Screenshot
    Site link
    I’ve added this to the quick css to no avail:
    .single .text-sep.text-sep-cat {
    display: none; !important;
    }

    #1323815

    Hey,

    Thanks for contacting us!

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

    
    .blog-categories + .text-sep-cat {
        display: none;
    }
    

    Best regards,
    Yigit

    #1323967

    Thanks Yigit, this perfect! you can close.

    #1323977

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove the last '/' separator on blog post’ is closed to new replies.