How can I hide articles categories? Blog Posts Widget

Home Forums Jevelin Theme How can I hide articles categories? Blog Posts Widget

Home Forums Jevelin Theme How can I hide articles categories? Blog Posts Widget

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    RESOLVED Posts
  • SofiaMKT
    Participant

    Hello! I want to hide the categories from the articles on the Blog Posts Widgets. I attach an image in order to understand it better.

    Thank you so much for your help

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    Hi there,

     

    We can help you with that.

    Firstly, can you please share a link to your website, so we can inspect your website setup?

     

    Best regards,

    Shufflehound team

    SofiaMKT
    Participant

    Hello!

    The website is demo.andreajuan.es

    I want to hide the categories in there:

    https://demo.andreajuan.es/category/vegetariano/

    Shufflehound
    Moderator

    You can try this custom CSS by adding it to the theme settings:

    .masonry-shadow .post-meta-two {
      ย  display: none!important;
    }

     

    Let us know if that works! ๐Ÿ™‚

    SofiaMKT
    Participant

    Amazing! It worked! Thank you for your fast solution!

    I think, there should be an OFF-ON button in the Blog Posts Widget!

    Thank you again!

    SofiaMKT
    Participant

    And in a Masonry 2.0, how is the CSS Code?

    I tried masonry-2.0 but it does not work.

    thank you

    SofiaMKT
    Participant

    And… In the blog categories, which code I need to add in order to display 3 columns?

    https://demo.andreajuan.es/category/vegetariano/

    Thank you for your help

    Shufflehound
    Moderator

    Great! ๐Ÿ™‚

     

    Can you please share a link o the page where Masonry 2.0 is enabled, so we can take a look?

     

    You can enable 3 columns layout by disabling the sidebar as we previously tested that it is pretty narrow for 3 columns there with the sidebar.

    SofiaMKT
    Participant

    Hello!

    2 columns of articles with the sidebar they look TOO big, and you have to scroll down a lot to see all the articles: https://demo.andreajuan.es/category/sin-gluten/

    the masonry 2.0 is in the Home: https://demo.andreajuan.es/ in ยกVisita mi blog! Section

     

    thank you!

    Shufflehound
    Moderator

    Hi there,

     

    You can try this custom CSS by adding it to the theme settings:

    .content-with-sidebar-left .blog-style-masonry article,ย .content-with-sidebar-right .blog-style-masonry article {
        width: 33.3%;
    }

    Let us know if that works.

     

    Best regards,

    Shufflehound team

     

    SofiaMKT
    Participant

    Hello! thank you so much! it looks so much better. I attach a before and after:

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    We are glad that it worked! ๐Ÿ™‚

    SofiaMKT
    Participant

    How about this? (Tho hide categories)

    “And in a Masonry 2.0, how is the CSS Code?

    I tried masonry-2.0 but it does not work.”

    • This reply was modified 1 year ago by SofiaMKT.

    Shufflehound
    Moderator

    For that, you can try this custom CSS:

    .content-with-sidebar-left .blog-style-masonry article,
    .content-with-sidebar-right .blog-style-masonry article {
      ย  width: 33.3%;
    }

    SofiaMKT
    Participant

    Hello! This do not work.

    Messages ago you send me this code:

    .masonry-shadow .post-meta-two {
    display: none!important;

    But I want it to hide categories in Masonry 2.0 Style

    Shufflehound
    Moderator

    In that case, you can try this:

    .masonry2 .post-meta-two {
      ย  display: none!important;
    }

     

    Let us know if that works!

    SofiaMKT
    Participant

    It worked!

    Thank you so much! You are amazing

    Shufflehound
    Moderator

    We are glad that it worked! ๐Ÿ™‚

Viewing 18 posts - 1 through 18 (of 18 total)