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 - 2,446 through 2,460 (of 3,480 total)
  • Author
    Posts
  • in reply to: Change the colour behind the site title (but not Menu) #42499

    Hi Sgeorge,

    You have to set the background color for menu bar too. To set the color for both header and menu use the custom css below.

    #branding {
        background-color: #fff;
    }
    #access {
        background-color: #fff;
    }

    Replace above HEX color code #fff to your own HEX color code.

    Thank you!

    in reply to: demo help #42457

    @dwells If you have not email us the login detail then please email us the temporary username and password to your site here so that we can set the dummy content in your site same like our demo.
    If you have already email the login detail then our email support team will reply you.

    Thank you for using our theme.

    in reply to: User Profile Image Size #42456

    Hi Amoin,

    To reduce the avatar image icon size of go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .comments-area article header img {
        width: 30px;
    }
    .comments-area article header cite,
    .comments-area article header time {
        margin-left: 50px;
    }
    .comments-area article header {
        margin-bottom: 10px;
    }

    Thank you for using our theme.

    in reply to: Try to download Attitude Pro 3.0.5 but it´s not a zip file #42455

    Hi Asa,

    Sorry! There is no any issue in the file.
    Go to your account page and you will see the available download section where you can download the theme zip file.

    Thank you!

    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!

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