Font Size on Mobile Device
-
Hi there, I’ve already found a solution for the font size on desktop, however I’d like to increase the font on tablet and mobile devices as well.
Any solution?By the way, the following snippet code is what used for that purpose
if ( ! function_exists( ‘yith_wcwl_filter_wa_share_url’ ) ) {
function yith_wcwl_filter_wa_share_url( $data ) {
$data[‘share_atts’][‘share_whatsapp_url’] = ‘INSERT HERE YOUR SHARE URL’;return $data;
}
add_filter( ‘yith_wcwl_wishlist_params’, ‘yith_wcwl_filter_wa_share_url’ );
}Thanks!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Font Size on Mobile Device’ is closed to new replies.