badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 3,489 total)
  • Author
    Posts
  • in reply to: How to translate "search" label and other theme options #62778

    Hi there,

    Can you please try uploading your language inside the language directory.

    Thank you!

    in reply to: How to create similar homepage shown in demo link. #62777

    Hello there,

    Could you please clarify what you are trying to say? Also please use the english language.

    Thank you!

    in reply to: Green border on main page #62764

    Hi @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!

    in reply to: Nav Menu / Dropdown Menu #62763

    Hello 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!

    in reply to: Pseudo class :focus #62761

    Hello 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!

    in reply to: How to Show the Featured Image in Page/Post? #62760

    Hello 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!

    in reply to: Change Date Language #62759

    Hello,

    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!

    in reply to: Mobile display #62758

    Hi 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!

    in reply to: In Header Media YouTube Video are not playing sound #62666

    Hi there,

    Can you please share us the video link so that we can check from our end.

    Thank you!

    in reply to: Header help #62665

    Hello 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!

    in reply to: Width size #62664

    Hi there,

    Please edit your page and set the layout option to Full Width which you can find at the bottom of the page editor and update the post.

    Thank you!

    in reply to: Size of the inserted image #62663

    Hi there,

    Just edit your page and click on the image and image option will pop out click on edit option then you will see the image size option under display settings choose full size and update your page.

    Thank you!

    in reply to: Link on slider #62662

    Hi there,

    Yes you can but it needs code customize, you need to create a child theme and modify the code and add the link to the complete image.

    Thank you!

    in reply to: fetured image size #62661

    Hi there,

    This theme do not have any recommended size it works as a background image cover. However you can modify the post height as of your featured image. Just go to Appearance > Customize > Layout > Post Layout there you can see the Post Grid Height option to modify the height of the posts.

    Thank you!

    in reply to: Import setting #62660

    Hi there,

    You just need to set the featured image for your post as this theme works on your posts.
    If you need to set the dummy content same like our demo site please request it here

    Thank you!

Viewing 15 posts - 1,291 through 1,305 (of 3,489 total)