Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Hi Nguyễn Anh,
Please go to Appearance > Customize > Additional CSS and paste the below Custom CSS code.
.comments-title { font-size: 0; } .comments-title span { font-size: 28px; } @media (max-width: 767px) { .comments-title span { font-size: 25px; } }
Thanks
Theme Horse Support TeamKeymasterPlease add the below Custom CSS code to the same Additional CSS field.
.wp-block-image figcaption { font-size: 13px; }
Thanks
February 25, 2022 at 2:54 am in reply to: Headers and text boxes bleed off of phone display.. #97305Theme Horse Support TeamKeymasterPlease go to ‘Appearance > Customize > Design Options > Custom CSS’ and paste the below Custom CSS code.
@media (max-width: 767px) { .entry-content td, .comment-content td { white-space: normal; } }
Thanks
February 24, 2022 at 5:52 pm in reply to: Headers and text boxes bleed off of phone display.. #97292Theme Horse Support TeamKeymasterHi Shane,
Could you please share us you exact URL link of the page that you are having an issue with so that we can figure out the issue and provide you with an appropriate solution?
Thanks
Theme Horse Support TeamKeymasterHi colormatters,
Please go to ‘Appreance > Customize > Additional CSS’ ans paste the below Custome CSS code.
@media (min-width: 900px) { .wp-custom-header { height: auto; } .wp-custom-header:before { content: ""; display: block; padding-top: 28.2%; } .wp-custom-header iframe, .wp-custom-header video { position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100% !important; width: 100% !important; } }
Thanks
Theme Horse Support TeamKeymasterOk, you asked for support for the Theme ‘Interface Pro’ right?
anyways it’s great that you found the solution by yourself.
Thanks
February 20, 2022 at 1:58 am in reply to: TH: Horizontal/Vertical Post and TH: Card/Block Posts #97154Theme Horse Support TeamKeymasterHi
Yes, you need to add the same code on the “TH: Card/Block Posts” and “TH: Horizontal/Vertical Post” widget code as well.
Thanks
Theme Horse Support TeamKeymasterHi Juergen,
We have provided the solution about this [here] in your other post on a similar Topic.
Thanks
Theme Horse Support TeamKeymasterHi Juergen,
We apologize for the late response. We are investigating this issue for the appropriate solution.
You can follow the previous instruction to remove the
"wp_register_style"
and"wp_enqueue_style"
. and follow as instructed below.- Download the Font-family
- Convert the Font for the Web. after converting the font files will have in format like ‘eot’, ‘woff2’, ‘woff’, ‘ttf’, ‘svg’. You can find various website to convert the font to Web.
- Upload the Font-family inside the Theme Directory.
- After converting Font to Web you will find a css file about font families with its font links. You have to change the link to the exact font directory. Like you can see on previous reply by ‘Wolfgang’
- Copy the code and paste it to the style.css file
- Also, paste the below code to style.css file of on the addition CSS field (Appearance > Customize > Ambition Theme Option > Custom CSS)
body { font-family: 'Open Sans'; }
NOTE: Here the Example is shown for the ‘Open Sans’ Font family. You have to use the same font family as used in the codes of font-family that was copied after converting to the web.
Also, make sure you make the Child theme first before adding the fonts and customizing the style.css file so that the customized code won’t get lost while Updating the Theme to a New version in the Future.Thanks
Theme Horse Support TeamKeymasterAs we said the HTML DOM is totally controlled by the script/Plugin. The script is overriding the code that we haved provided.
Theme Horse Support TeamKeymasterHi colormatters,
The Additional CSS Code won’t get removed when Updating the Theme.
Thanks
Theme Horse Support TeamKeymasterHi dave-8341,
It’s a Custom Link Menu so u have to add at least
#
on its URL.
Please go to “Appearance > Menu”. Choose the respective Menu and on Menu Structure go to the dropdown option of the respective Custom Link menu item and add#
on the URL field.Thanks
Theme Horse Support TeamKeymasterHi Krasimira Georgieva,
Please go to ‘Appearance > Customize > Advance Options > Edit Footer Options’ and use the below code to and link.
<a href="#">abc</a>
Note: Replace # with the URL link and Desired Text in place of ‘abc’
Thanks
Theme Horse Support TeamKeymasterHi ozbucakyunus,
Please to the respective page/post editor and you will find the sidebar layout option on the bottom of the editor. You can choose the option ‘No sidebar’.
Thanks
Theme Horse Support TeamKeymasterHi ozbucakyunus,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.navigation-bar { background-color: #c80000; }
You change the desired color on the mentioned code.
Thanks
-
AuthorPosts