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,371 through 2,385 (of 3,476 total)
  • Author
    Posts
  • in reply to: Change footer background? #44463

    Hi Cassandra,

    To change the footer background color from black to white go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    #colophon .widget-wrap {
        background-color: #fff;
        color: #666;
    }
    #colophon .widget-title {
        color: #333;
    }

    Thank you for using our theme.

    in reply to: Help needed, urgently :) #44339

    Hi Gudrun,

    You have made three column to two column so you have to add below Custom CSS too. To add the custom CSS code please Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .clearfix-half {
        clear: both;
    }

    Thank you!

    in reply to: Help needed, urgently :) #44328

    Hi Gudrun,

    Could you please provide us the site URL? So that we can see the exact issue.

    Thank you!

    in reply to: Issues integrating bootstrap #44327

    Hi Mahy_nicolas,

    How you want to show your drop-down menu? also are you sure that menu drop-down functions will work fine after pasting above scripts and CSS.

    Thank you!

    in reply to: iphone menu #44326

    Hi Barry,

    Sorry! We have designed our theme this way.
    You can not hide the sub menu by default when viewing on an iPhone or other smartphone.

    Thank you!

    in reply to: Logo #44325

    Hi Davemawad,

    For that you have to design a logo and set it via Appearance > Customize > Design Options > Custom Header and upload a logo and select display type as Header Logo Only then click on Save & Publish button. You can also set it on free version too.

    Thank you!

    in reply to: Shift Menu to Center & Add Frame to the Right #44323

    Hi Robert,

    It needs code customization you have to hire a developer for this as this is a new feature to add in the theme.

    Thank you!

    in reply to: Change color of turquoise/grey boxes on homepage #44255

    @mr-earl-lee For color option you have to purchase the premium version of Attitude Pro where you can change the color skin of the theme as well as individual color for each section.

    Thank you!

    in reply to: How do I access the pro version? #44085

    Hi Anders,

    Just login to our site with the same username that you have purchased the theme and you will be redirected to your account page where you can find the download section to download the theme file that you have purchased. After downloading the file just activate it in your site as you did for the free version.

    Thank you for purchasing our theme.

    in reply to: Demo #44080

    Hi Jmdjuanmarcos

    Please Email us the temporary username and password to your site so that our support team will set the dummy content.

    Thank you for using our theme.

    Hi Timothy,

    Yes your site is working fine on iPad and iPhone. Anyways If there is any issue please let us know.

    Thank you!

    Hi Timothy,

    Could you Email Us your temporary username and password? So, that we can see the exact issue in your site.
    Please do not share any username and password here in this forum because this forum is public and visible to all the members.

    Thank you!

    in reply to: Slideshow Text: Can it be edited or the color changed? #44040

    To change the color of the slideshow’s headline text and the text/button for the “Read More” area go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code with your own HEX color and Click on save button:

    For slideshow’s headline:

    .featured-text .featured-title {
        color: #fff;
    }

    For slideshow’s button:

    .call-to-action {
        border-color: #fff;
        color: #fff;
    }

    And for slideshow’s button hover:

    .call-to-action:hover {
        background-color: #fff;
        color: #666;
    }

    Thank you!

    in reply to: Change color of turquoise/grey boxes on homepage #44039

    @mr-earl-lee To change the colors of the turquoise/aqua and grey color Go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .featured-text .featured-title {
        background: rgba(5, 169, 197, 0.9);
    }
    .featured-text .featured-content {
        background: rgba(85, 85, 85, 0.9);
    }

    Change above rgba background color with your own rgba color also you can use HEX color too.

    Thank you!

    in reply to: Slideshow Text: Can it be edited or the color changed? #43961

    Hi Vtomgardner,

    To change the slideshow text’s color go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .featured-text {
        color: #fff;
    }

    Please change the above HEX color code #fff to your own HEX color code to change the slideshow text color.

    Thank you for using our theme.

Viewing 15 posts - 2,371 through 2,385 (of 3,476 total)