Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi @michel-stoupak,
To make the Same width as the Homepage, Please go to the Appearance > Customizer > Additional CSS and paste below custom css code:
@media (min-width: 1600px) { .post-template-default .site-content .container { max-width: 1540px; } } @media (min-width: 1800px) { .post-template-default .site-content .container { max-width: 1740px; } }
Thanks
Theme Horse Support Team
KeymasterHi @jake-3565,
We have related the ‘Site Tagline’ color with the ‘Content Color’ So to change to color of Site Tagline then please go to Appearance > Customize > Ambition Theme Options > Font Color and change the color of ‘Content’ to a Dark Black.
And you can change the Site tagline under Font Size > Content But If you only wan’t to change the Font Size of Site Tagline then please go to the Appearance > Customizer > Ambition Theme Options > Custom CSS and paste the below custom css code.
#site-description { font-size: 16px; line-height: normal; }
You can set to any font size at the place of 16
Thanks
Theme Horse Support Team
KeymasterHi @colepeter30,
Could you please share us your Site Url. so that we can provide you the custom css code which won’t affect the other content of the site.
Thanks
Theme Horse Support Team
KeymasterHi @theodorparris,
According to your requirement, It will be a new feature for the theme so you need to hire a developer to customize the code for you. Currently you can only use single image or a video without any link.
Thank you
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi @rebelsnotes,
please go to Appearance > Customize > Additional CSS and again add the below custom css code to the end
.entry-meta .date:after, .entry-meta .author:after, .entry-meta .comments:after{ display: none; } .entry-meta .author:before, .entry-meta .comments:before { content: "/ "; }
Thanks
Theme Horse Support Team
KeymasterHi @carl-earley52,
We found some element are added after the footer and the height of those element have affected the height of sidebar for sticky script.
you have to deactivate the plugin that is used after footer or you can off the sticky sidebar script through custom css code.
But for now we have provided you a custom css code to hide the disturbing element height just after the footer. please go to Appearance > Customize > Additional CSS and paste the below custom css code.
.site + svg { display: none; }
Please Let us know if the code doesn’t work for you
Thanks
Theme Horse Support Team
KeymasterHi @rebelsnotes,
To hide only author then please go to Appearance > Customize > Additional CSS and paste the below custom css code.
.entry-meta .author { display: none; }
Thanks
Theme Horse Support Team
KeymasterHi @sharki-web-slunif-b76271691,
please go to the Appearance > Customizer > Additional CSS and paste below custom css code:
.wp-caption { display: block; }
You can Update the Theme to a New Version by downloading the theme from the login account. New Version have also the support for Gutenberg Blocks which you can use on every post through post/page editor.
Thank you
August 23, 2019 at 6:31 pm in reply to: How to modify the "NewsCard Pro Settings" Post display count to 12 #66982Theme Horse Support Team
KeymasterHi @josevamattathil,
Please go to Dashboard > Settings > Reading and set 12 in the ‘Blog pages show at most’.
Thanks
Theme Horse Support Team
KeymasterHi @kleinebrummel,
please go to the Appearance > Customizer > Additional CSS and paste below custom css code:
.navbar-brand { padding-left: 80px; position: relative; } .custom-logo-link { width: 70px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); } @media (max-width: 767px) { .navbar-brand { padding-left: 70px; } .custom-logo-link { width: 60px; } } @media (max-width: 575px) { .navbar-brand { padding-left: 60px; } .custom-logo-link { width: 50px; } }
Let us know if you have any other queries regarding the theme.
Thanks
August 20, 2019 at 5:55 pm in reply to: [Suggestion] Last Post : 1 article showed -> use Picture for social media #66856Theme Horse Support Team
KeymasterOk we understood your issue.
But we have coded to use the featured images in a responsive way. The images size are in a covered way with centered position so that it gets fit to the frame in the possible way. Because the layout gets changes in certain screen. As you can check on Mobile view that the layout will changes to the horizontal way and even the images gets fit to its relative frames.If you want to show every content of your image then you can use the ‘Show Two Posts’ Option then the layout will be as like the ‘Featured Post 1″ which will help to show image horizontally.
Thanks
Theme Horse Support Team
KeymasterHi @kleinebrummel,
Can you please share us your site Url with logo so that we can provide you the appropriate css codes related to your logo.
Thanks
Theme Horse Support Team
KeymasterOk we understood that if the youtube channel has a live steaming video then you want to show those live streaming video on Main slider other wise slider will remain as normal.
But It’s the extra feature for the theme so you just need to hire a developer to customize the codes as according to your requirements.
Thanks
Theme Horse Support Team
KeymasterHi @jake-3565,
Actually we haven’t provided any CSS frameworks on our documentation. Documentations are just to help users to set and use the theme easily. If you want to change the font sizes and color for the elements basis then you can upgrade the theme by buying premium version. In Premium Version you can customize the theme easily through the options provided by the theme.
Thank you
-
AuthorPosts