Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHello Esther,
It’s very simple to do that just login to your admin site and go to Appearance -> Customize -> Additional CSS and paste the above custom CSS code and update.
Also we have removed the form PayPal button code that you shared in your reply as this forum will marked your reply as spam because of that code.Thank you!
Theme Horse Support Team
KeymasterHi @tinyvodoi1303,
Without plugin it needs code customization you need to hire a developer as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Jbedel,
To reduce the space between the top of the slide show window and the navigation menu just use below custom CSS code:
.top-navigation a { padding-top: 10px; height: 34px; } #main, .entry-main { padding: 0; } .entry-header { padding-bottom: 0; }
Thank you!
Theme Horse Support Team
KeymasterHi there,
To extend the width of the wrapper/container for mobile devices just go to Appearance -> Customize -> Design Options -> Custom CSS and paste the below custom CSS code.
@media only screen and (max-width: 767px) { .one-column-template .wrapper, .wrapper, .one-column-template .container, .container { width: 95%; } }
Thank you!
December 4, 2019 at 10:05 am in reply to: Retina Pro is not working properly after updating WordPress to 5.2.4 #71821Theme Horse Support Team
KeymasterCan you clarify the error so that we can help you?
Also please update the theme if you have not.Thank you!
Theme Horse Support Team
KeymasterHi there,
Please use below custom CSS code to show the image to exact size.
input[type="image"] { width: auto; }
Thank you!
Theme Horse Support Team
KeymasterWe have investigate those issue with
Mandali
font Family and found that this font rendersHTML Symbol Entities
for…
(…) as like underscore_ _ _
. So this is not the issue of our theme. Please change the font family which supportHTML Symbol Entities
Thank you!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi there,
You can use PayPal or Credit Card to purchase our theme.
We think your country or PayPal won’t allow PayPal for online purchase.Thank you!
Theme Horse Support Team
KeymasterHi @rutacincohn
You can see this easy video tutorial for how to set the widgets to your home page same like our demo.
And for to change the color, if you have purchased the premium version of the NewsCard theme then just go to Appearance -> Customize -> Colors -> Scheme Color and change the Color Scheme which will change the Red Scheme color to any color of your choice.
Thank you!
December 3, 2019 at 8:40 am in reply to: What is the most compatible multi language plug in for this theme #71744Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi Jbedel,
Please share us the exact page site Url? So that we can help you provide a custom CSS code that cone the slider navigation style of the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Jbedel,
Can you please share us your site Url? So that we can see what you are talking about.
Thank you!
Theme Horse Support Team
KeymasterHi @jbedel
Use below custom CSS code to eliminate the blog and page title
.page-title-wrap { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Jbedel,
Use the below custom CSS code to switch the grey frame around the content area.
#page { background-color: rgba(0, 0, 0, 0.1); }
Please increase the above
0.1
digit value to your desired transparent for black color.Thank you!
-
AuthorPosts