Home Forums WoodMart support forum How to hide category on blog heading.

How to hide category on blog heading.

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #120498

    jingyansu
    Participant

    Hello. how do i get hide category tag from blog heading?

    check screenshot:

    #120499

    jingyansu
    Participant
    #120518

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .post-single-page .meta-post-categories {
    display:none;
    }

    Best Regards

    #120528

    jingyansu
    Participant

    added. Doesn’t work.

    #120544

    Hello,

    Disable the blocking for inspection.

    Best Regards

    #120545

    jingyansu
    Participant

    How do i do that? I am sorry, i am not very technically advanced. Could you explain?

    #120581

    Hello,

    Please provide your site admin access into the private area.

    Best Regards

    #120586

    jingyansu
    Participant

    if possible, also remove category details from blog list views.
    See screenshot.

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

    jingyansu
    Participant

    Were you able to login and check the issue?

    #120669

    Hello,

    Please insert the credentials into the private area below the message area.

    Best Regards

    #120670

    jingyansu
    Participant

    Done.

    #120693

    jingyansu
    Participant

    Hello,
    I am facing one more problem. Visual composer codes are visible on quick view mode on products. See screenshot.

    Can you tell me, how do we fix it?

    Thanks

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

    Hello,

    Please deactivate all the cache plugins to see the changes of the code provided.

    As for the WP Bakery shortcode, please remove the template from the short description try to add your information by means of HTML block. https://xtemos.com/docs/woodmart/html-blocks-2/

    Best Regards

    #120714

    jingyansu
    Participant

    it worked like a charm. Thanks.

    Anyway, i can also hide the category details from blog thumbnails? See screenshot.

    Thanks

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .meta-post-categories {
    display:none;
    }

    Best Regards

    #120736

    jingyansu
    Participant

    Added. Sorry, it doesn’t work.

    #120756

    Hello,

    Let us wait or disable the cache plugin. The code for a single post also did not work and then late works properly.

    Best Regards

    #120757

    jingyansu
    Participant

    Okay. will wait. Thanks for your support.

    #120789

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #120929

    Hello,

    Please deactivate all the plugins not related to the theme, seems some of them block custom CSS

    Best Regards

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