Tagged: , ,

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

    There are one or more curly quotation marks (or perhaps they are commas?) in the white space after the Read More button on all blog index pages, which you can see on my home page, linked below (they do not show on archive index pages, such as blog category pages). I’m guessing this is a typo in a php file, since these are not content areas. Can you help me get rid of them?

    #979342

    Hey kgalatz,

    Thank you for using Enfold.

    The category links are hidden on the home page. This is the css code..

    .home .blog-categories a {
        display: none;
    }

    Replace it with this one to hide the entire category container…

    .home .blog-categories {
        display: none;
    }

    Best regards,
    Ismael

    #979417

    That fixed it – thank you so much!

    #979738

    Hi,

    Great, 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

    #979920

    OK to close..

    #979960

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘orphan punctuation between posts on blog index page’ is closed to new replies.