Home Forums WoodMart support forum Blog Tags Limitation

Blog Tags Limitation

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

    ercanbora
    Participant

    Hello,

    I use tags for blog posts sometimes 10 tags sometimes 100 tags or 200 tags etc…

    When i use more tags it doesnt seems good on page….

    I want to limit showing quantities of tags and found this code but no info how to edit for blog posts…

    .summary-inner .product_meta .tagged_as {
    width: 38em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    }

    This code for product tags how to make suitable for blog posts.. could you help me

    You can check sample page : https://dolarkimya.com.tr/goztasi-bakir-sulfat-pentahidrat/

    • This topic was modified 9 months, 1 week ago by ercanbora.
    Attachments:
    You must be logged in to view attached files.
    #548774

    Hung Pham
    Keymaster

    Hi ercanbora,

    Thanks for reaching to us.

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

    .single-post .wd-single-footer .single-meta-tags{
    	min-height: 12vh;
    	overflow: hidden;
    }

    Regards,

    #548882

    ercanbora
    Participant

    Hello,

    I applied to Global Custom Css but still see many tags on this page:

    https://dolarkimya.com.tr/goztasi-bakir-sulfat-pentahidrat/

    Could you re-check code ? Attached screenshot of code blog…

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

    Hung Pham
    Keymaster

    Hi ercanbora,

    Take our apologies for the long delay in answering.

    Please remove previous code and use below:

    .single-post .wd-single-footer .single-meta-tags{
    	height: 19vh;
    	overflow: hidden;
    }

    Regards,

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