Forum Replies Created
-
AuthorPosts
-
nirav
KeymasterHello There!
thank you for sharing the details.
We already have contacted Google for the same. We hope that it will be available soon.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Please update custom CSS as mentioned below
.main-navigation ul li a{font-size:11px;} body, button, input, select, textarea{font-size:16px;) body.home{font-size:14px;} .widget {font-size:14px;} .widget .widget-title{font-size:16px;}
Please adjust the font size as per the requirement.
Regards,
Team ProDesigns-
This reply was modified 4 years, 5 months ago by
nirav.
nirav
KeymasterHello There!
Hope you are doing too!
Could you please share more details with us? As it will help us to provide you an effective solution.
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
You can increase Excerpt Length from Appearance >> Customize >> Theme options >> Blog options >> Excerpt Length
– If you wish to remove Excerpt Length completely then you have to add the below code in the theme functions.php fileadd_action( 'wp', function(){ if ( is_home() || is_category() || is_tag() || is_author() || is_date() || is_search() ) { remove_filter( 'excerpt_length', 'pt_magazine_implement_excerpt_length'); } },20 );
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
We are glad that the issue got resolved.
Have a great day ahead!
Regards,
Team ProDesignsNovember 20, 2020 at 3:57 am in reply to: Soledad Theme Custom Css To Change Page Title Font Size #17448nirav
KeymasterHello There!
Hope you are doing good!
We have checked the website and it is not the theme provided by the PreDesigns.
Feel free to get in touch in case of any query related to the theme provided by ProDesigns.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Please add custom CSS by following below mentioned steps.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS” and save it afterward:li.product .product-thumb-wrap{overflow: hidden;} li.product .product-thumb-wrap img{transition: all 0.3s;} li.product:hover .product-thumb-wrap img, li.product:focus .product-thumb-wrap img{transform: scale(1.1);} li.product:hover .product-thumb-wrap:before{z-index:1;} li.product .add-to-cart-wrap, li.product:hover .view-detail-wishlist-wrap, li.product .view-detail-wishlist-wrap{z-index:2;}
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsNovember 13, 2020 at 6:10 am in reply to: How can I hide category meta data in posts and excerpts? #17393nirav
KeymasterHello There!
Hope you are doing good!
Could you please share your website URL here or on [email protected] along with the code you have added to your child theme? It will help us to provide you an effective solution.
Have a great day ahead!
Regards,
Team ProDesigns-
This reply was modified 4 years, 5 months ago by
nirav.
nirav
KeymasterHello There!
Hope you are doing good!
We have checked the website and it is not the theme provided by the PreDesigns.
Feel free to get in touch in case of any query related to the theme provided by ProDesigns.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
You will need to create a child theme and need to override appropriate parent theme files to modify the colors for features products.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
you may need to install a plugin that supports google analytics integration.
Please have a look at: https://wordpress.org/plugins/search/google+analytics/Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsNovember 13, 2020 at 5:22 am in reply to: Home Page Widgets not displaying on static home page #17388nirav
KeymasterHello There!
Hope you are doing good!
We have checked the website and it is not the theme provided by the PreDesigns.
Feel free to get in touch in case of any query related to the theme provided by ProDesigns.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
The HTML markup seems not correct for your pricing label.
It requires different classes for each tag to write custom CSS.
What you can do is add a
tag at the end of the line where you want to break the link.Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Unfortunately, it is not possible from the WordPress backend, you may need to modify plugin core files to achieve this.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
There are so many plugins available in the market, you check for the one that fulfills your requirement.
Hope this helps!
Regards,
Team ProDesigns -
This reply was modified 4 years, 5 months ago by
-
AuthorPosts