Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterYou are welcome amitmozar!
If you have any queries regarding the Theme then please let us know.
Thanks
Theme Horse Support Team
KeymasterHi dralex18,
Only creating the New Categories will not be shown on the list on customizer. You have to assign those categories to any post then only the assigned categories to post will be shown on the list.
Thanks
Theme Horse Support Team
KeymasterHi Sheik Ahamath,
1- If you have Updated the Theme to a Newer Version (currently its VER- 1.1.4) then you control the Archive title label from “Appearance > Customize > Mags Pro Settings”, then you can check on to ‘Hide the Archive Title Label’. If you haven’t updated then you can find the Latest update File on Login Page under Downloads.
2- To remove the Author then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.entry-meta .author a { display: none } .entry-meta > .date:after { content: ""; }
3- To remove the Post Navigation then add the below Custom CSS code to the same ‘Additional CSS’ field mentioned before.
.navigation.post-navigation { display: none; }
4- To increase the Font size of Site Title then add the below Custom CSS code to the same ‘Additional CSS’ field mentioned before.
@media (min-width: 576px) { .site-title { font-size: 50px; } }
You can change the value of font size as you desired.
5- To make the Widget Title to normal then add the below Custom CSS code to the same ‘Additional CSS’ field mentioned before.
.page-template-front-page-template .site-main .widget-title,.featured-stories .stories-title { text-transform: inherit; letter-spacing: 0; }
Thanks
Theme Horse Support Team
KeymasterPlease go to the same ‘Additional CSS’ and paste the below Custom CSS code.
.site-footer #nav_menu-3 ul li a { color: #308ada; } .site-footer #nav_menu-3 ul li a:hover { color: #ffffff; }
Thanks
Theme Horse Support Team
KeymasterWe checked your Site and the Widget Calendar is working well. Are you still having issue on it? Please let us know what kind of issue u are facing.
thanks
Theme Horse Support Team
KeymasterHi foxidots,
We have checked and there is no any issue in Calendar Widget. Could you please Share Us your Site URL so that we can have an initial Check.
Thanks
Theme Horse Support Team
KeymasterHi Michael Girdwood,
Thank you for reporting about the issue, We will be updating about the issue on next updates soon. For now please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.navbar-toggler { color: #ffffff; }
you can change the color on above code as you desired.
Thanks
Theme Horse Support Team
KeymasterHi Henny,
Could you please share us your Site URL so that you can initially check about the issue.
Thanks
February 5, 2021 at 5:44 pm in reply to: Top Stories Post – show Thumbnail Images in widescreen format #86085Theme Horse Support Team
KeymasterHi jim-1334,
To add the Featured Image Size option you really need to hire a developer as it will be the new feature for the theme but if you want to show the featured image as wide then please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.
.post-boxed.inlined .post-img-wrap, .site-footer .widget-area .newscard-widget-recent-posts .post-boxed .post-img-wrap { height: auto; } .post-boxed.inlined .post-img-wrap:before { display: block; padding-top: 70%; }
Thanks
Theme Horse Support Team
KeymasterHi mran.stp606,
We have checked your Site and found that you have used the Heading from the plugin Elementor where you have set green color from the elementor. It seems that you have use the Global color of green from Elementor color options. You can change the color of heading from the same Elementor plugin.
Thanks
Theme Horse Support Team
KeymasterYes the featured image for post are not designed as square so the images gets fit and covered. If you are aspecting to show the featured post as square then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.post-wrap .post-img-wrap:before, .page-single-img-wrap:before { padding-top: 100%; }
the above provided code will affect on all the Posts Featured Images.
Thanks
Theme Horse Support Team
KeymasterSorry you cannot add the custom text and links on copyright section on free Version. That feature will be available on the PRO Version.
to reduce the spacing on footer widget area, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.site-footer .widget-area { padding-top: 20px; padding-bottom: 0; } .site-footer .widget-area .widget { margin-bottom: 15px; }
Thanks
Theme Horse Support Team
KeymasterHi amitmozar,
please go to ‘Appearance > Customize > Additional CSS’ and paste the Below Custom CSS code.
.info-bar .date ul li { font-size: 0; } .info-bar .date ul li:before { content: "You can Add Text Here"; font-size: 13px; }
you can set the desired text on content on mention code.
Thanks
February 5, 2021 at 2:58 pm in reply to: how to change single content page Margins & borders Size. #86079Theme Horse Support Team
KeymasterHi,
The Theme you are using is not ‘NewCard Theme’. Please consult to the respective Theme Author.
Thanks
Theme Horse Support Team
KeymasterHi dott.mattina,
The background image will auto fit and covered to the header after the height and margin traced for logo or site title. So it’s pretty hard to show the logo or site title before the header image. Even though you can share us your Site URL so that we can check if we can provide you the appropriate solution.
Thanks
-
AuthorPosts