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 - 886 through 900 (of 5,207 total)
  • Author
    Posts
  • in reply to: home width decrease after use child theme #67552

    Hi @michel-stoupak,

    To make the Same width as the Homepage, Please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    @media (min-width: 1600px) {
    	.post-template-default .site-content .container {
    		max-width: 1540px;
    	}
    }
    @media (min-width: 1800px) {
    	.post-template-default .site-content .container {
    		max-width: 1740px;
    	}
    }

    Thanks

    in reply to: Change site title font and size? #67529

    Hi @jake-3565,

    We have related the ‘Site Tagline’ color with the ‘Content Color’ So to change to color of Site Tagline then please go to Appearance > Customize > Ambition Theme Options > Font Color and change the color of ‘Content’ to a Dark Black.

    And you can change the Site tagline under Font Size > Content But If you only wan’t to change the Font Size of Site Tagline then please go to the Appearance > Customizer > Ambition Theme Options > Custom CSS and paste the below custom css code.

    #site-description {
    	font-size: 16px;
    	line-height: normal;
    }

    You can set to any font size at the place of 16

    Thanks

    in reply to: How to Remove Extra Spaces in Bullets #67521

    Hi @colepeter30,

    Could you please share us your Site Url. so that we can provide you the custom css code which won’t affect the other content of the site.

    Thanks

    in reply to: Header Background Image #67429

    Hi @theodorparris,

    According to your requirement, It will be a new feature for the theme so you need to hire a developer to customize the code for you. Currently you can only use single image or a video without any link.

    Thank you

    in reply to: How to use theme #67377

    Hi @neriya2510,

    You can go through the documentation for the desired theme [here]

    Thanks

    in reply to: Hide only author #67179

    Hi @rebelsnotes,

    please go to Appearance > Customize > Additional CSS and again add the below custom css code to the end

    .entry-meta .date:after,
    .entry-meta .author:after,
    .entry-meta .comments:after{
    	display: none;
    }
    .entry-meta .author:before,
    .entry-meta .comments:before {
    	content: "/ ";
    }

    Thanks

    in reply to: Footer featured posts overlapping Right sidebar. #67121

    Hi @carl-earley52,

    We found some element are added after the footer and the height of those element have affected the height of sidebar for sticky script.

    you have to deactivate the plugin that is used after footer or you can off the sticky sidebar script through custom css code.

    But for now we have provided you a custom css code to hide the disturbing element height just after the footer. please go to Appearance > Customize > Additional CSS and paste the below custom css code.

    .site + svg {
        display: none;
    }

    Please Let us know if the code doesn’t work for you

    Thanks

    in reply to: Hide only author #67119

    Hi @rebelsnotes,

    To hide only author then please go to Appearance > Customize > Additional CSS and paste the below custom css code.

    .entry-meta .author {
    	display: none;
    }

    Thanks

    in reply to: Image no aligned #67099

    Hi @sharki-web-slunif-b76271691,

    please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .wp-caption {
    	display: block;
    }

    You can Update the Theme to a New Version by downloading the theme from the login account. New Version have also the support for Gutenberg Blocks which you can use on every post through post/page editor.

    Thank you

    Hi @josevamattathil,

    Please go to Dashboard > Settings > Reading and set 12 in the ‘Blog pages show at most’.

    Thanks

    in reply to: Changing arrangement of header #66897

    Hi @kleinebrummel,

    please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .navbar-brand {
    	padding-left: 80px;
    	position: relative;
    }
    .custom-logo-link {
    	width: 70px;
    	position: absolute;
    	left: 0;
    	top: 50%;
    	transform: translateY(-50%);
     	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    }
    @media (max-width: 767px) {
    	.navbar-brand {
    		padding-left: 70px;
    	}
    	.custom-logo-link {
    		width: 60px;
    	}
    }
    @media (max-width: 575px) {
    	.navbar-brand {
    		padding-left: 60px;
    	}
    	.custom-logo-link {
    		width: 50px;
    	}
    }

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

    Thanks

    Ok we understood your issue.
    But we have coded to use the featured images in a responsive way. The images size are in a covered way with centered position so that it gets fit to the frame in the possible way. Because the layout gets changes in certain screen. As you can check on Mobile view that the layout will changes to the horizontal way and even the images gets fit to its relative frames.

    If you want to show every content of your image then you can use the ‘Show Two Posts’ Option then the layout will be as like the ‘Featured Post 1″ which will help to show image horizontally.

    Thanks

    in reply to: Changing arrangement of header #66855

    Hi @kleinebrummel,

    Can you please share us your site Url with logo so that we can provide you the appropriate css codes related to your logo.

    Thanks

    in reply to: Main Stories Slider Toggle Idea #66854

    Ok we understood that if the youtube channel has a live steaming video then you want to show those live streaming video on Main slider other wise slider will remain as normal.

    But It’s the extra feature for the theme so you just need to hire a developer to customize the codes as according to your requirements.

    Thanks

    in reply to: Change site title font and size? #66820

    Hi @jake-3565,

    Actually we haven’t provided any CSS frameworks on our documentation. Documentations are just to help users to set and use the theme easily. If you want to change the font sizes and color for the elements basis then you can upgrade the theme by buying premium version. In Premium Version you can customize the theme easily through the options provided by the theme.

    Thank you

Viewing 15 posts - 886 through 900 (of 5,207 total)