Forum Replies Created
-
AuthorPosts
-
April 30, 2020 at 12:12 pm in reply to: How Do I Change the Font Size of Page and Post Titles? #15599
nirav
KeymasterHello There!
Hope you are doing good!
Please add custom CSS by following steps
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”
3) Paste the below code in “Additional CSS”#primary .post .entry-title, #primary .page .entry-title{
font-size: 40px !important;
}4) Save the update.
Hope this helps!
have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Please add custom CSS by following steps.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”
3) Paste the below code in “Additional CSS”@media only screen and (max-width: 400px) {
#content{
padding-top: 10px !important;
}
.single-post #primary .post .featured-thumb, .single-post #primary .page .featured-thumb, .page #primary .page .featured-thumb{
margin-bottom: 0px !important;
}
}4) Save the update.
Hope this helps!
have a great day ahead!
Thanks and Regards,
Team ProDesigns-
This reply was modified 5 years ago by
nirav.
April 30, 2020 at 11:55 am in reply to: How to remove "Add a Message" Input Box at Bottom of Homepage? #15596nirav
KeymasterHello Anu99,
Hope you are doing good!
There might be a chance that on of the plugins that you have installed in your website is causing this issue.
Please check website by deactivating all plugins one by one.
Hope this helps!
Have a great day ahead!
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Actually, we have a large pool of queries and inquires so it took time to respond all queries. I am very sorry in case it caused any inconvenience to you.
We have checked your website and found out that the demo has been imported properly.
Please share with us the URL or screenshot of the section or page on which you are facing the issue on [email protected].
Have a great day ahead!
Thanks and Regards,
Team ProDesignsApril 24, 2020 at 9:29 am in reply to: Collapsible mobile menu is not hidden when choosing option #15469nirav
KeymasterHello There!
Hope you are doing good!
We are not able to find the mentione issue in our demo. Could you please share with us the webstie URL here or you can mail us at [email protected]. It will help us the check the issue in detial.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Alex,
Greetings of the day!
We are glad that issue got resolved.
Feel free to get in touch in case of any other query.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
We are glad that issue got resolved.
Feel free to get in touch in case you have any query.
Have a grat day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Would it be possible to share with us the admin credentials on [email protected] or temporary admin access as it will help us to check it issue in detil.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
To perform the update, you will need to create a child theme so please create a child theme by mentioned steps here.
Once you create a child theme please add ‘theme support’ fuction to child theme as mentioned below
add_theme_support(‘custom-logo’, array(
‘height’ => 70,
‘width’ => 220,
‘flex-height’ => true,
‘flex-width’ => true,
));Please select ‘Logo + Title and Tagline’ and don’t add anything in the title so it will display Logo and Tagline only.
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Due to large pool of inquiries and queries, it took time to respond and we are sorry for that.
We have tried quite a few times but was not able to access the website. Could you please check it?
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
To change the number of items per slide, you will need to create a child theme so please create a child theme by mentioned steps here
Once you create a child theme, please create a widget, similar to the includes/widgets/latest-news.php and seach “posts_per_page” and relace the value to 4 from 3.
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesigns-
This reply was modified 5 years ago by
nirav.
nirav
KeymasterHello Simon,
Hope you are doing well!
To change the number of items per slide, you will need to create a child theme so please create a child theme by mentioned steps here
Once you create a child theme, please create a widget, paste current code of the widget from includes/widgets/featured-categories.php in it and search “slidesToShow”.
In “slidesToShow”, there will be a default value ‘4’ so please make it 5 and to make it category image clickable, look for “product-thumb-wrap” in same widget file and wrap it with
<a href="<?php echo esc_url( $term_link ); ?>">
Don’t forget to close the tag after tag.
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesigns-
This reply was modified 5 years ago by
nirav.
nirav
KeymasterHello Waldron,
Hope you are doing good!
We have checked your site and the problem caused by the wp mega menu plugin. Its not the theme issue, however for quick resolution of this issue 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”body.wp-megamenu .site-header .site-branding
{
display: block !important;
}4) Save Update
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHi Sudhir,
Hope you are doing good!
Would it be possible to share with us the website URL? We will check the issue and will provide you the custom CSS that you can add to your website.
You can send us the URL on [email protected]too.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Radek,
Hope you are doing good!
If you have added css in Custom Css section then it will not be affected by future versions.
Have a great day ahead!
Thanks and Regards,
Team ProDesigns -
This reply was modified 5 years ago by
-
AuthorPosts