badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 541 through 555 (of 5,207 total)
  • Author
    Posts
  • in reply to: Change Footer color #79110

    Hi colormatters,

    We have updated the previous code please copy the code again and paste it as mentioned before.

    Thanks

    in reply to: Homepage Post Issue #79106

    Hi 100offdeal,

    We have discussed and provide the solution about this topic on your other related Topic here. Please Check it.

    Thanks

    in reply to: Pinned Post Issue #79105

    Hi 100offdeal,

    Yes showing sticky post will add more post when the sticky post is beyond latest post. You can also control post per page to show how many post per page you want to show. Go to ‘Dashboard > Settings > Reading’ and set the number as you desire on ‘Blog pages show at most’ field and if you want to show the exact post per page including the sticky posts then you really need to hire a developer to customize the code.

    To make the Tag line bold, Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code

    .site-description {
    	font-weight: 700;	
    }

    Thanks

    in reply to: Navigation bar css not working #79044

    Hi please add the below Custom CSS code as well.

    @media (max-width: 991px) {
    	.navigation-bar-top {
    		background-color: #029FB2;
    	}
    }

    Thanks

    in reply to: Revolution Slider 4.6.5 #78988

    Hi pentalogia,

    Sorry for the Late response due to some circumstances. Its Great you solved the issue by yourself 🙂

    Please let us know if you have any other queries regarding the Theme.

    Thanks

    in reply to: Read More & Site Title #78987

    Hi sumitprashad19,

    Sorry you need to hire a developer to customize the code for you and we recommend you to make child theme before the customizing the code so that you won’t loose the customized code when updating the Theme to new Version in future.

    and to increase the size of Site Title, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    @media (min-width: 768px) {
    	.site-title {
    	    font-size: 44px;
    	}
    }

    Instead to 44 you can change the value as you desired.

    Thanks

    in reply to: How to adjust Page width in Child theme? #78986

    Hi cbshopmailer,

    We checked your Site but the Width is working very well. Could you please explain us in more where the width is not working as the default one.

    Thanks

    in reply to: Enable frontent content page Section #78985

    Hi Christos Petritzis,

    Could you please explain us in more. We couldn’t understand on which section did you set the widgets.

    If you didn’t know about setting front page template with widgets then please here is the documentation about setting up Front Page template Or you can directly learn through our video tutorial from here.

    Thanks

    in reply to: Hide Tags #78948

    Welcome Sumitprashad19,

    Let us know if you have any other queries regarding the Theme.

    Thanks

    in reply to: Elementor Pro makes sidebar sticky #78947

    The Sticky script is being affected, it is rendering the duplicate hidden layer beneath, We have updated the second code please copy the updated second code again and paste it as mentioned before.

    Thanks

    in reply to: Hide Tags #78941

    Hi Sumitprashad19,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .site-main .entry-meta .tag-links {
    	display: none;
    }

    Thanks

    in reply to: Theme update issue #78940

    Not updating the Theme will not create any bigger issue on the website. We basically update our theme time to time for compatible purposes, to fix the issue faced by the users and some time we add more features to the Theme as well. And we always recommend to customize the code only after making child theme so that the customized code won’t get lost when updating the Theme to versions on future because updating the Theme to a latest Version is always a good idea.

    Thanks

    in reply to: Font color Site Title/Description not allpied #78939

    Welcome Zoltan Ross,

    Please let us know if you have any queries regarding the Theme.

    Thanks

    in reply to: Elementor Pro makes sidebar sticky #78938

    We have noticed that the code we has been merged with the new one. Ok anyways we are providing the Custom CSS according to the merged code rendered. Please again go to ‘Appearance > Customize > Additional CSS’ and remove the previous provided code and paste the below Custom CSS Code instead.

    .widget-area .sticky-sidebar.sticky-active {
    	height: auto !important;
    	width: 100% !important;
    	position: relative !important;
    	top: auto !important;
    }
    .widget-area .sticky-sidebar.sticky-spacer {
    	display: none !important;
    }

    Let us know if the issue is solved

    Thanks

    in reply to: Sidebar goes sticky when I edit posts in elementor #78937

    We have noticed that the code we has been merged with the new one. Ok anyways we are providing the Custom CSS according to the merged code rendered. Please again go to ‘Appearance > Customize > Additional CSS’ and remove the previous provided code and paste the below Custom CSS Code instead.

    .widget-area .sticky-sidebar.sticky-active {
    	height: auto !important;
    	width: 100% !important;
    	position: relative !important;
    	top: auto !important;
    }
    .widget-area .sticky-sidebar.sticky-spacer {
    	display: none !important;
    }

    Let us know if the issue is solved

    Thanks

Viewing 15 posts - 541 through 555 (of 5,207 total)