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 - 46 through 60 (of 5,207 total)
  • Author
    Posts
  • in reply to: Delete “One thought on…” sentence #97427

    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

    in reply to: Lines Spacing and Picture Comment #97418

    Please add the below Custom CSS code to the same Additional CSS field.

    .wp-block-image figcaption {
    	font-size: 13px;
    }

    Thanks

    in reply to: Headers and text boxes bleed off of phone display.. #97305

    Please 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

    in reply to: Headers and text boxes bleed off of phone display.. #97292

    Hi 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

    in reply to: Reduce Header Video padding #97291

    Hi 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

    in reply to: Add link in the footer #97231

    Ok, you asked for support for the Theme ‘Interface Pro’ right?

    anyways it’s great that you found the solution by yourself.

    Thanks

    in reply to: TH: Horizontal/Vertical Post and TH: Card/Block Posts #97154

    Hi

    Yes, you need to add the same code on the “TH: Card/Block Posts” and “TH: Horizontal/Vertical Post” widget code as well.

    Thanks

    in reply to: Ambition Pro: How to host Google fonts locally #97153

    Hi Juergen,

    We have provided the solution about this [here] in your other post on a similar Topic.

    Thanks

    in reply to: Remove Google Fonts #97152

    Hi 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

    in reply to: Black to White #97150

    As we said the HTML DOM is totally controlled by the script/Plugin. The script is overriding the code that we haved provided.

    in reply to: Upgrading Theme #97148

    Hi colormatters,

    The Additional CSS Code won’t get removed when Updating the Theme.

    Thanks

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

    Hi 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

    in reply to: Add link in the footer #97146

    Hi 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

    in reply to: Right part #97145

    Hi 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

    in reply to: Banner color #97144

    Hi 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

Viewing 15 posts - 46 through 60 (of 5,207 total)