Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the late response.
Please send me link your site and the screenshot to clarify your problem.
Thanks.
Hi,
You go to Theme Options -> Header -> Header 3 -> Header Height -> Set value.
Ok. Great!
Hi,
You need to enable the option "Use Custom Font".
If possible, please send me admin your account. I will help you check.
Thanks.
This reply has been marked as private.This reply has been marked as private.Hi,
Currently, you can use the CSS.
eg:
@media(max-width: 767px){
h1{
font-size: 18px;
}
}
Hope it helps!.
Hi,
Sorry for this problem.
We removed a few field from Theme Options. (Link Color).
the link hover, active: you use the primary color.
With the top bar color: you go to Header -> Top Bar: http://prntscr.com/i5bidm
Hi,
I'm not sure this problem. I tried to reset to the permalink default -> It seems normal works but when I change the permalink other -> It seems not update. -> Link not found
I tried to deactivate all plugin and theme but it seems this problem doesn't come from here.
I have checked the .htaccess file -> mod_rewrite enabled but the permalink doesn't update.
You can try to contact the web hosting and ask your webhost what might be wrong.
Thanks.
Hi,
Sorry for the late response.
You go to the admin.js (wp-content/plugins/yolo-elektron-framework/admin/assets/js/admin.js) and remove the line 107: media_upload('.custom_media_button.button');
Later, you reload your site and check again.
Thanks.
7 years, 12 months ago in reply to: Changing position of the layout depending on the screen size #14288Hi,
You can use these lines to hide SKU:
.site-content-single-product .single-product-info .summary-product-wrap .product_meta span.sku_wrapper{
display: none;
}
Also when hoover the product there is a "cross mark" showing in middle of image. Is it possible to change this cross mark and perhaps displaying a "magnifying glas" or some font icon instead when hoover?
You can add these lines to the style.css of Child Theme:
.product-hover-sign{
text-align: center;
}
.product-hover-sign:before{
content: "\f002";
font-family: Fontawesome;
display:block;
font-size: 20px;
}
.woocommerce .product-link .product-hover-sign hr, .single-product .product-link .product-hover-sign hr{
display: none;
}
Best regards.
Hi,
Sorry for the late response.
I have edited a few lines to the yl_product_tab.php file. (/wp-content/plugins/yl_products_layouts/includes/yl-product-tab/map/). http://prntscr.com/i4rqo3
You can reload your site and check again.
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts
