Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #688764

    Ahoy, I would like to customize the blog posts widget on the home page of my website online. I do not want it to effect other instances of the widget. Only the page in the private content

    I would like to do the following:

    Remove the “news” text from the entry at the top

    #688811

    Hi mcraig77!

    Please add following code to Quick CSS

    .page-id-431 .blog-categories {
        display: none;
    }

    Cheers!
    Yigit

    #691422

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize blog posts widget Remove News’ is closed to new replies.