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 - 2,446 through 2,460 (of 3,476 total)
  • Author
    Posts
  • in reply to: Bigger font, bigger line height #42442

    Hi Ertuğrul,

    You can increase the font size/family via Appearance -> Theme Options -> Typography Options

    Thank you!

    in reply to: hide/edit page title #42367

    Hi Cucerescu,

    To hide the page title Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:

    .page .page-title-wrap {
        display: none;
    }

    And for to edit it and to make the slogan from home page to appear on all pages instead of page name it needs code customization you have to hire a developer for this.

    Thank you!

    in reply to: Frontpage slidehow max width and aligned to center #42365

    Hi Heidi,

    Please try below custom css code. Hope it solves your issue.

    .featured-slider {
        margin: 0 auto;
        max-width: 1170px;
    }
    @media only screen and (max-width: 1290px) {
    	.featured-slider {
    		width: 964px;
    	}
    }
    @media only screen and (max-width: 1023px) {
    	.featured-slider {
    		width: 708px;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.featured-slider {
    		width: 300px;
    	}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.featured-slider {
    		width: 460px;
    	}
    }

    Thank you!

    in reply to: Attitude French Translation available #42358

    That’s great theophil_bethel. You can forward the translation file via email.

    Thank you!

    in reply to: Side bar width #42357

    Hi there,

    What alter you need for the width of the sidebars?

    Thank you!

    in reply to: Move Header Logo to Far Left #42356

    Hi Robert,

    To move the header logo position to the far left of the screen Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:

    .hgroup-wrap .container {
        max-width: 97%;
    }

    Thank you!

    in reply to: demo help #42290

    Hi toddw,

    Thank you for your time and review.
    We really appreciate your rating. 🙂

    Thank you!

    in reply to: Frontpage slidehow max width and aligned to center #42286

    Hi Heidi,

    Ok set it back to the wide layout and just use below custom css to make slider same width than site contents

    .featured-slider {
        margin: 0 auto;
        max-width: 1170px;
    }

    Thank you!

    in reply to: Static front page vertically responsive #42244

    Hi Laura,

    First what you have to do disable the slider and remove the image from the slider and set that image as background image.
    To set the background image go to Appearance > Background select the image and set the settings as shown in this screenshot and again go to the Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-title a img {
        max-width: 300px;
    }
    body {
        background-size: cover;
    }
    #colophon {
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    Thank you!

    in reply to: Frontpage slidehow max width and aligned to center #42242

    Hi Heidi,

    You can use narrow layout as well for the same width for slider and the contents.
    Go to Appearance -> Customize -> Ambition Theme Options -> Site Layout click on narrow layout option then click on Save button.

    Thank you!

    in reply to: Remove "Short Descriptions" from Featured Image Slider #42241

    Hi Robert,

    For that you have to add below CSS code in custom CSS:

    #controllers {
        bottom: inherit;
        right: 15px;
        text-align: right;
        top: 15px;
    }

    Thank you!

    in reply to: Blog on Business Page #42211

    Hi Rudolf,

    We have not develop specific blog widgets for business section. It need code customization you have to hire a developer.
    May we will add that in future version update.

    Thank you!

    in reply to: Additional Social Link #42210

    Hi Catriona,

    We will add this into our update list and we will update it in near future.

    Thank you for using our theme.

    in reply to: Remove "Short Descriptions" from Featured Image Slider #42209

    Hi Robert,

    Please add below custom CSS to hide the short description in the slider.

    .featured-text .featured-content {
        display: none;
    }

    Thank you!

    in reply to: Static front page vertically responsive #42208

    Hi Laura,

    Are you asking to have the same thing in our theme? Also provide us your site URL too?

    Thank you!

Viewing 15 posts - 2,446 through 2,460 (of 3,476 total)