Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi John,
Sorry for the late response but could you please tell us for which Theme you want to increase height of Featured Image.
Thanks
Theme Horse Support Team
KeymasterHi lyle jenish,
Customization panel means in which section? Do you mean the Categories Color Section?
Could you please share us your Site URL so that we can check about the images issue on your homepage.Thanks
August 5, 2020 at 2:41 pm in reply to: Add custom logo to header – Ultimate Pro Premium Theme #79978Theme Horse Support Team
KeymasterHi Mark Gilhooley,
We are sorry for the late response due to some unavoidable circumstances. To remove the spacing please go to Appearance > Customizer > Design Options > Custom CSS and paste the below custom CSS code.
.hgroup-wrap { padding-top: 0; padding-bottom: 0; }
please let us know if you have any other queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterHi siwiec.matthew,
Same Code will work for mobile as well, You don’t need to do any thing for it.
Thanks
Theme Horse Support Team
KeymasterHi saranchi96,
To change the font size please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.
body { font-size: 17px; }
If you want to change the font size and color for every element then you can upgrade the Theme to PRO Version. Pro Version have even more features. Please have a look to the Demo here.
Theme Horse Support Team
KeymasterHi anesioneto,
To show the Search Count, please go to the Theme directory > search.php file on line no: 19 you will find below code
<?php
Paste the below code beneath the above mention code
$search_count = new WP_Query("s=$s&showposts=0"); echo $search_count ->found_posts . ' ';
Thanks
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi Suvamjaiswalblr,
Sorry the Featured Thumbnails video is not supported. You have to hire a developer to customize the code for you.
July 29, 2020 at 6:12 am in reply to: Does not appear selected featured image when share my post link on social media #79725Theme Horse Support Team
KeymasterYes we have checked and its happening only on your site. Now please check by deactivating Plugins that you have been using one by one. Some times the Plugins also might create issue. and let us know again
Theme Horse Support Team
KeymasterHi Tiago Ghidotti Fulgenzi,
To remove the ‘Post Navigation’, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.navigation.post-navigation { display: none; }
Thanks
Theme Horse Support Team
KeymasterWe have updated the previous code. Please copy the code again and paste it ‘Custom CSS field’ as mentioned before.
Thanks
Theme Horse Support Team
KeymasterHi Jowy10,
Sorry for the late response due to some un avoidable circumstances. Its Great! you got the solution by yourself and the code correct with no issue.
Please let us know if you have any queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterHi Govardhan Reddy,
If you want to use the Custom Font for the Theme then you can use it through Plugins. Here is a plugin that might work for you.
Thanks
Theme Horse Support Team
KeymasterHi Govardhan Reddy,
Sorry for the late response due to some unavoidable circumstances. We have checked about the issue but the Theme is working perfectly. In your case may be the image you are using might have been corrupted. Please set the the Featured Image again by uploading fresh one again and let us know.
Thanks
July 23, 2020 at 2:29 pm in reply to: Posting a coming soon page – that has email input field #79583Theme Horse Support Team
KeymasterHi jslims,
First set the ‘coming Soon’ page that you have created to the ‘Homepage’. To set the desired page to the ‘Homepage’ go to ‘Appearance > Customize > Homepage Setting’ and check ‘ON’ to ‘A static page’ and set the Homepage by choosing the desired page from dropdown list. After it again go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.site-header, .site-footer { display: none; }
Note: the above mentioned code will hide the Header and Footer Section on the Theme so if you wish to show the Header and Footer section again then you can remove the mentioned code again.
Thanks
-
AuthorPosts