Home Forums WoodMart support forum Change description style

Change description style

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #532168

    home.style.chisinau
    Participant

    Подскажите как сделать отображение точек вместа пустого пространства как на фото примере ?

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

    Hung Pham
    Keymaster

    Hi home.style.chisinau,

    Thanks for reaching to us.

    Unfortunately, there is no such an option by default.

    Best Regards,

    #532536

    home.style.chisinau
    Participant

    Через CSS возможно изменить стиль ?

    #532972

    Hung Pham
    Keymaster

    Hi home.style.chisinau,

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

    .woocommerce-product-attributes-item__value {
    	display: flex;
    	align-items: end;
    	justify-content: end;
    	flex-grow: 1;
    }
    .woocommerce-product-attributes-item__value:before {
    	content:"";
    	position: relative;
    	top: -4px;
    	display: block;
    	flex-grow: 1;
    	margin-right: 20px;
    	border-bottom: 1px dashed var(--brdcolor-gray-300);
    }

    Regards,

    #533011

    home.style.chisinau
    Participant

    Спасибо это то- что мне нужно !
    В коде нужно поставить пробел для его работы (отметил на фото)

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

    home.style.chisinau
    Participant

    Спасибо закрывайте

    #533222

    Hung Pham
    Keymaster

    Hi home.style.chisinau,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘Change description style’ is closed to new replies.