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 - 751 through 765 (of 5,207 total)
  • Author
    Posts
  • in reply to: Increase font size for content #75540

    Hi @bkchua,

    There are many elements that need to be resized accordingly with the base font size ratio. So you can upgrade to the Pro Version to have an access to change the font size to those elements individually. But as you asked for the content font size on mobile view so please go to ‘Appearance > Customize > Design Option > Custom CSS’ and paste the below Custom CSS Code.

    @media (max-width: 767px) {
    	body, input, textarea {
    		font-size: 16px;
    		line-height: 1.5;
    	}
    }

    Thanks

    in reply to: carousel and a sticky column side by side? #75521

    Hi @venepress-web,

    Yes you can make that layout on Premium Version with the use of Card/Block Posts Widget. In Card/Block Posts Widget you can select one column layout choosing Block Post Style view even with enabling the carousel slider. Like you can check in our Premium Demo (here). There is Card/Block Post widget used under the Title ‘Block Post -Single Column’ as like you described.

    To check the more features on the Premium Version you can check the Demos (here)

    Thanks

    in reply to: Top Stories as Breaking News #75502

    Sorry we haven’t coded to provide the feature to show Post Title with description on Top Stories Section. For that you need to hire a developer to customize the code for you by making child theme.

    Thanks

    in reply to: Logo transformation in stiky menu and center #75484

    Hi @venepress-web,

    You cannot set logo on the sticky Navigation Bar but the Text can be shown with some Additional Custom CSS code that will be provide by our Support Team. If you need to set logo on Sticky Navigation Bar as well rather than the Text then you need to hire a developer to customize the code for you.
    If you agree to Purchase the Premium Theme then you can ask for the Addition CSS Code by creating Topic on NewsCard Premium on Forum then our Support Team will Provide you the Additional CSS Code to show Text On Sticky Navigation Bar

    Thanks

    in reply to: Top Stories as Breaking News #75478

    Hi @venepress-web,

    To Change the ‘Top Stories’ title to ‘Breaking News’ or any other desired Text then please go to ‘Appearance > Customize > Top Stories Posts’ and then you can change the Posts Title there from the input field.
    and Sorry the top stories section will show either Latest Posts or the desired Posts through categories. Category with empty post will not be shown in the category list. If you want to hide the Top Stories Section then you can check the option to Hide Top Stories Post on the same setting section as mentioned above.

    Thanks

    in reply to: Center Menu #75466

    Hi @venepress-web,

    To make the Navigation Menu Center please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    @media (min-width: 992px) {
    	.navbar-main .container {
    		padding-left: 85px;
    	}
    	.main-navigation {
    		width: 100%;
    	}
    	.main-navigation .navbar-nav {
    		display: flex;
    		-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
    		-ms-flex-pack: center;
    		justify-content: center;
    	} 
    	.main-navigation li {
    		-ms-flex: 0 0 auto;
    		flex: 0 0 auto;
    		width: auto;
    		max-width: 100%;
    		float: none;
    	}
    	.navbar-nav.d-lg-block {
    		display: flex !important;
    	}
    }

    Thanks

    Hi @ahmed-voloder,
    Sorry you cannot show caption on Featured Image even in Single Post also you cannot add the link to Widget Title for respective Categories. As this will be the new feature for the theme so you need to hire a developer to customize the code for you by making child theme.

    Thanks

    in reply to: Title Text Not Showing On Banner Image But Below #75451

    Ok,
    The image you are using is for the Header Media which is set from ‘Appearance > Customize > Header Media’. But to set the image on Header Background like the demo then please go to ‘Appearance > customize > Header’ and then you can set the background image from there.

    Thanks

    in reply to: SETUP Issues #75406

    Hi @abdurraheem-olaiya,

    We are so sorry for the late response due to some unavoidable circumstances. and Sorry you can use the Adsense code on other areas like main content area, sidebar area and footer area but you cannot use it on Header ad section. There you can only upload the ad images with URL links. If you want to use Adsense code on header ad section area as well then you need to hire a developer to customize the code for you by making the child theme.

    And to want to set up the Homepage Slider like demo then you can set it from ‘Appearance > Customize > Banner’ There you can play with the settings where you can find lots of options for slider Variations.

    in reply to: Back Ground Color Changes #75404

    Hi @shawn,

    We are so sorry for the late response due to some unavoidable circumstances. We checked your Site that you share with us and its working pretty well for the dark customization even the text colors. It’s great you solved the issue by your self.

    Anyways please let us know if you have any other queries regarding the theme.

    Thanks

    in reply to: How to show all post on homepage and break page #75395

    Its great @tuithichmmo, that you solved it.

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

    Thanks

    in reply to: Title Text Not Showing On Banner Image But Below #75348

    Hi @douglas-porter,

    Could you please share us your site URL so that we can check about the issue.

    Thanks

    in reply to: Refreshing news settings #75305

    Hi @dejisomefun,

    First you have to check ON to ‘show post from Category’ instead of ‘Show Latest Post'(default) and then choose the category from the list.

    Thanks

    in reply to: Top Navigation Bar #75249

    Sorry we have updated some tiny code on href links. Now please copy those above code again and follow the same instruction for the addition CSS. Yes if you have already customized Additional CSS that we provided from other Topic then you can add the above provided code at the end of those code.

    Thanks and now hope it will work for you.

    in reply to: Modify TH: Post Widgets? #75133

    welcome @system-administrator,

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

    Thanks

Viewing 15 posts - 751 through 765 (of 5,207 total)