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,476 through 2,490 (of 3,476 total)
  • Author
    Posts
  • Hi Paul.mills,

    To display the featured content Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    @media only screen and (max-width: 767px) {
            .featured-title,
    	.featured-content {
    		display: block;
    	}
           .featured-text .featured-title {
                    font-size: 15px;
            }
    }

    Thank you!

    in reply to: Enlarge container on main page to full width of browser #41839

    Hi Laura,

    Can you please provide the site url? So, that we can provide you the custom css code.

    Thank you!

    in reply to: images blurry on IPAD only #41837

    Hi A-dewilliencourt,

    iPad had a 2x(retina display) resolution then laptop.
    You have to upload the in to 2x size images if you want the clear view of the images in the iPad. For example if your image is 100px X 50px then you have to make it to 200px X 100px and upload.

    Thank you!

    in reply to: hyperlink issue in bullet paragraphs #41832

    Hi Shawn,

    You can add the link-color in the bullet list. Go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save all changes button:

    #content ul a,
    #content ol a {
        color: #05a9c5;
    }

    Note: You can change above HEX color code #05a9c5 to your own HEX color code for the link.

    Thank You!

    in reply to: Attitude Pro header #41827

    Hi Tactusmihi,

    Thank you for interest to purchase the premium version of Attitude Pro.

    Yes, you have to add the custom css for the header to reduce the white space and you can easily change the menu background color as well as change the typography style. There are also lots of features you will love in the premium version.
    You can purchase it by clicking on Buy Now button in this page https://www.themehorse.com/themes/attitude-pro

    Looking forward for your purchase.

    Thank you!

    in reply to: sticky background and not any color for contents #41621

    Hi Heidi,

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

    Thank you!

    Hi Pierre,

    First remove your image tag code then placed this code<img class="foot-image" alt="Image Description" src="http://www.fysiotreatment.dk/wp-content/uploads/2016/01/Footer.jpg">
    And go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .foot-img {
        width: 100%;
    }

    Thank you!

    in reply to: sticky background and not any color for contents #41595

    Hi Heidi,

    To set the background image for the content area go Appearance > Customize > Background Image and set the background image with the settings that you want. After that again go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #page, #page .widget {background-color: inherit;}

    Thank you!

    in reply to: Padding #41592

    Hi Brian,

    To set the slider Go to Appearance > Customize > Ambition Theme Options > Featured Content Setting and choose Revolution Slider option then go back and refresh the page you will see the revolution slider option where you can set the revolution slider that you have set.

    And to reduce the padding and image size in the Featured Clients/Products widget go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    .widget_ourclients {
        padding: 20px 0;
    }
    .widget_ourclients ul li {
        max-width: 150px;
    }

    Thank you!

    in reply to: Purchased Clean Retina Pro #41591

    @craig2 Sorry! We are not misleading. Theme is for lifetime means you can use the theme for lifetime in your site without any payment but for the update and support you have to renew your subscription with little amount.

    Thank you!

    in reply to: Hyperlink color in blog posts #41497

    Hi Embruna,

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

    in reply to: Please Add Xing to social Links #41495

    @mail19 We will add this to the next version update.

    Thank you for your patience. 🙂

    in reply to: Hyperlink color in blog posts #41448

    Hi Embruna,

    To change the color of links in blog posts go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button.

    #main ul a, #main ol a {
        color: #0021a5;
    }

    Thank you!

    in reply to: Sticky topmenu for this theme? #41446

    Hi Heidi,

    For the sticky menu you have to add custom css. You can add it via customizer.

    Thank you!

    in reply to: Padding #41432

    Hi Brian,

    Please use the slider via customizer rather then widget and the gap will be fixed automatically.
    View this instruction to set the slider.

    Thank you!

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