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 - 31 through 45 (of 5,207 total)
  • Author
    Posts
  • in reply to: Sub-Heading font #97855

    Hi Nguyễn Anh,

    There are 2 font family options for the Theme. One for Headings and the second option is for content. You can find the Option on ‘Appearance > Customize > Typography >Font Family’. Font for heading will make an effect on the entire heading of the Theme. And we want you to know that our NewsCard Theme is already using the ‘Robot’ Font as a default.

    If you are using another font family for Heading and you want to change the font family for subheadings, you need to customize the code by adding extra Font Family code to work for the subheading which need extra CSS code to set font family for the subheading.

    Note: Using many Font Family will increase the Page load time and we recommend making a child theme first before customizing the Theme code so that you won’t lose your customized code when updating the theme to a newer version in the future.

    in reply to: Rotating images in banner #97840

    Please go to ‘Appearance > Customize > Header’ then you can add an image on the Advertisement Image option and also set URL link.

    as you can see on our Demos as well.

    Thanks

    in reply to: Rotating images in banner #97798

    Hi dave-8341,

    You can set the single Advertisement Image with the URL link through Customize Header Option but you need to customize the Theme code with an additional script to create sliding/rotating Images. Or you can create a ‘gif’ image file in which you can use rotating images animation into that gif image.

    Thanks

    in reply to: How to create bar line on the header #97743

    We have made minor changes to the previous code. Please copy and paste the previous code again.
    You can change the color value ‘blue’ to any other desired one.

    Thanks

    in reply to: caption on featured image stop showing #97689

    We have checked that the code is working very well on the latest version as well.
    could you please share with us your Site URL of the exact Featured Image Caption page so that we can check initially?

    Hi,
    You can search for online image editing applications and you can mention here the links to them.

    Thanks

    in reply to: How to create bar line on the header #97582

    Hi,

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

    :root {
    	--bar_color: blue;
    }
    
    .info-bar,
    .navbar {
    	border-style: solid;
    	border-width: 0;
    	border-color: var(--bar_color);
    }
    .info-bar {
    	border-top-width: 5px;
    }
    .navbar {
    	border-bottom-width: 5px;
    }
    
    @media(max-width: 991px) {
    	.navbar {
    		border-bottom: 0;
    	}
    	.navigation-bar-top {
    		border-style: solid;
    		border-width: 0;
    		border-bottom-width: 5px;
    		border-color: var(--bar_color);
    	}
    	
    }

    You can change the color value ‘blue’ to any other desired one.

    Thanks

    We have rechecked the code and it’s working very well.

    Note: that the provided code is to work only for mobile view below 991px width. The content is made center for each Post single page/post template.

    Please let us know if you were expecting any other changes.

    Thanks

    in reply to: caption on featured image stop showing #97580

    Hi tiburcioroberto,

    We found that the Double quotes (” “) used for the ‘class’ attribute are mistaken. please replace with the code provided below.

    class="featured-image-caption"

    Thanks

    Please paste the below Custom CSS code to the ‘Additional CSS’ Field.

    @media (max-width: 991px) {
    	.single-post .site-main .entry-header,
    	.single-post .site-main .entry-content p {
    		text-align: center;
    	}
    }

    You can change the value of size for the logo on the previous code that we provided before.

    Thanks

    Sorry, we have made a minor change to the code. Please paste the updated code again.

    Thanks

    in reply to: New Template #97431

    Hi looteragang1,

    Yes, you can create the Customize our theme to create the templates but you need the basic knowledge of coding or you can hire a developer to do it for you.

    But you don’t need to create a template to create the post/page as you mentioned. You can create those content with download links just in our default Post/Page template even through default blocks elements by WordPress.

    Thanks

    in reply to: Latest News section doesnt appear in Google #97430

    Sorry, we really didn’t get you about what you are saying. Google and Bing is the search engine. What is the meaning of not showing the latest post in Google and Bing? It shows only the links, not the website’s latest section, right? The website is meant to check on Web Browser.

    To make a child theme you need the basic knowledge of coding or you can hire a developer for it. You should make a child theme to customize code so that you won’t lose your customized code when updating the Theme to a newer version in the future.

    Some plugins may have the settings and documentation to add the ‘ads’ on the Website section. Maybe you don’t need to make a child theme just for it.

    BTW the Image slider is available on our premium version. You can upgrade to Premium Version for more Features. You can check the list of features and Preview of demos here

    Thanks

    Hi Destino Nzonzidi,

    You can upload the logo of the exact size you want or reduce the size through Custom CSS code then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .navbar-brand {
    	max-width: 250px;
    }

    To make the header content center please go to the same Additional CSS field as mentioned before and paste the below Custom CSS code.

    @media (max-width: 991px) {	
    	.navbar-head .navbar-head-row {
    		flex-direction: column;
    	}
    	.navbar-head .navbar-head-row > * {
    		width: auto;
    	}
    }

    To change the size of the Post Title please go to ‘Appearance > Customize > Typography > Font Size’ and change the size of ‘Post/Page Title’

    in reply to: Menu shows on destop but not mobile #97428

    Hi Destino Nzonzidi,

    We have provided you the solutions of this to your next respective Topic here. Please follow the instruction as mentioned.

    Thanks

Viewing 15 posts - 31 through 45 (of 5,207 total)