Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
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.
Theme Horse Support TeamKeymasterPlease 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
Theme Horse Support TeamKeymasterHi 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
Theme Horse Support TeamKeymasterWe 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
Theme Horse Support TeamKeymasterWe 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?March 8, 2022 at 7:17 pm in reply to: Post Title Size, resize Logo and make it in the middle on mobile phone #97688Theme Horse Support TeamKeymasterHi,
You can search for online image editing applications and you can mention here the links to them.Thanks
Theme Horse Support TeamKeymasterHi,
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
March 5, 2022 at 10:08 pm in reply to: Post Title Size, resize Logo and make it in the middle on mobile phone #97581Theme Horse Support TeamKeymasterWe 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
Theme Horse Support TeamKeymasterHi 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
March 3, 2022 at 12:25 am in reply to: Post Title Size, resize Logo and make it in the middle on mobile phone #97488Theme Horse Support TeamKeymasterPlease 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
March 1, 2022 at 11:27 pm in reply to: Post Title Size, resize Logo and make it in the middle on mobile phone #97435Theme Horse Support TeamKeymasterSorry, we have made a minor change to the code. Please paste the updated code again.
Thanks
Theme Horse Support TeamKeymasterHi 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
Theme Horse Support TeamKeymasterSorry, 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
March 1, 2022 at 6:13 pm in reply to: Post Title Size, resize Logo and make it in the middle on mobile phone #97429Theme Horse Support TeamKeymasterHi 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’
Theme Horse Support TeamKeymasterHi Destino Nzonzidi,
We have provided you the solutions of this to your next respective Topic here. Please follow the instruction as mentioned.
Thanks
-
AuthorPosts