Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymaster@akshat-k-madan you can easily add those line via child theme instead of using javascript.
Theme Horse Support Team
KeymasterHi there,
Youtube video have sound and we are able to set it on site header without any issue on sound.
Please check you browser settings for sound. May some settings mute the sound for video.Thank you!
Theme Horse Support Team
KeymasterHello,
Which version of WordPress you are using? If you are using 5.0+ you have to add the
Image Block
and you will get block settings along with image size option on the right sidebar of the page editor.
If you are using the WP version below 5.0 and adding the image via code you will have to add some class to make the image full size.Thank you!
Theme Horse Support Team
KeymasterHi Seiyukaras,
Did you activate the
co-author
plugin also please provide us the url forco-author
plugin so that we can check from our end.Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @hello13
April 25, 2019 at 6:50 am in reply to: How to translate "search" label and other theme options #62778Theme Horse Support Team
KeymasterHi there,
Can you please try uploading your language inside the language directory.
Thank you!
Theme Horse Support Team
KeymasterHello there,
Could you please clarify what you are trying to say? Also please use the english language.
Thank you!
Theme Horse Support Team
KeymasterHi @lzzgchina1
Can you please clarify which green border you are talking about. We have already replied above that it’s a post slider and how to set it up.
Thank you!
Theme Horse Support Team
KeymasterHello there,
To change the background color of sidebar just use the below custom CSS code:
#page:before { background-color: #ffffff; } @media only screen and (max-width: 767px) { .main-navigation li, .main-navigation ul li ul li { border-color: rgba(0, 0, 0, 0.2); } } @media only screen and (max-width: 767px) { .site-header { background-color: #ffffff; } }
Note: Change above HEX color code #ffffff to your own HEX color code to change the background color.
Thank you!
Theme Horse Support Team
KeymasterHello Alberto,
This theme already have a page menu item focused when you open a page. Can you please share us your site URL? So that we can see your site with the page menu.
Thank you!
Theme Horse Support Team
KeymasterHello Rufando,
To hide the Navigation menu in Pages Posts and hide the search holder just go to Appearance > Customize > Additional CSS and paste below custom CSS code:
.search-toggle { display: none; } @media only screen and (max-width: 767px) { .home .menu-toggle, .blog .menu-toggle { display: none; } }
Thank you!
Theme Horse Support Team
KeymasterHello,
Just login to your admin dashboard and go to Settings > General there you can see the Site Language option to change the language of your site to your desire one.
Thank you!
Theme Horse Support Team
KeymasterHi Ravy,
It seems that you have used different appearance and action for mobile site. Please disable the mobile site as our theme is responsive which can be viewed on any small devices.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Can you please share us the video link so that we can check from our end.
Thank you!
Theme Horse Support Team
KeymasterHello Jude,
There is some bad code in your custom CSS option just go to your custom CSS option and add
}
after ‘background-color:#4f4e49;’ that you have added for header selector also add below CSS code into your custom CSS to remove the white line above the menu.#access { border: 0 none; }
Thank you!
-
AuthorPosts