This topic has 4 replies, 2 voices, and was last updated 8 hours, 17 minutes ago ago by Tony Rodriguez
Please check the private content area
Hello, @Yasir Alam 8Theme,
Thank you for contacting us and for using XStore.
Could you kindly provide the URL of the page where you would like the brand image to be displayed—either after the SKU or before the SKU? Additionally, we would appreciate it if you could share your site’s WordPress admin access in the private content area. This will allow us to review your settings in detail and assist you more effectively.
Should you have any questions or require further clarification, please do not hesitate to let us know.
Best regards,
The 8Theme Team
Please check the private content area
Hello, @Yasir Alam 8Theme,
Thank you for your response.
To address your request, please add the following custom CSS code by navigating to **XStore > Theme Options > Theme Custom CSS > Global CSS**:
/* Adjust any necessary styling for the product meta elements */
.elementor-695 .elementor-element.elementor-element-ca74a4e.elementor-woo-meta--view-inline .product_meta {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.elementor-695 .product_meta span.product_brand {
margin-left: 10px; /* Space after SKU */
}
.elementor-695 .product_meta span.sku_wrapper {
order: 1; /* Default order for SKU */
}
.elementor-695 .product_meta span.product_brand {
order: 2; /* Move brand after SKU */
}
Please let us know if you need further assistance or have any additional questions.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up