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,326 through 2,340 (of 3,480 total)
  • Author
    Posts
  • in reply to: Button #45481

    Hi Monique,

    First add below code in your page editor
    <a class="call-to-action my-button" href="button-link-here" title="Button Title">Button</a>

    and then Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .call-to-action.my-button {
        background-color: #89a452;
        border: 1px solid #89a452;
        color: #fff;
    }

    Note: Change above HEX color code #89a452 to your own HEX color code.

    Thank you!

    in reply to: Free Interface Theme: Home Page Menu #45480

    Hi Edwin,

    Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access a {
        height: 100px;
    }

    Thank you!

    in reply to: Free Interface Theme: Home Page Menu #45342

    @Edwin,

    Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    @media all and (-ms-high-contrast:none) {    
        *::-ms-backdrop, .#access a { height: 100px } /* IE11 */
    }

    Hope this works fine.

    Thank you!

    in reply to: Blockquote not Italiq #45340

    Hi Monique,

    To remove the italic style from the blockquote go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    blockquote {
        font-style: normal;
    }

    Thank you for using our theme.

    in reply to: Button #45339

    Hi Monique,

    You can add below code in your page editor to have the button to download a PDF.
    <a class="call-to-action" href="button-link-here" title="Button Title">Button</a>

    Thank you for using our theme.

    in reply to: Slideshow Images #45274

    Hi Markus,

    Sorry for the late reply. We missed your reply.

    Whenever you add the featured image it will automatically add to the media library where you can use the image for different purpose.
    Are you trying to set the 5 featured post images as a background image for the single page via wp-background lite plugin.

    Thank you!

    in reply to: Make round icons bigger in main page #45273

    Hi Elisenda,

    To make the round icons bigger go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .service-item .service-icon {
        border-radius: 55px;
        height: 80px;
        width: 80px;
    }
    .service-item .service-icon img {
        height: 80px;
        width: 80px;
    }

    Thank you for using our theme.

    in reply to: 3 Column Widget #45182

    Hi Toddw,

    It need code customization. You need to hire a developer.
    You can use our Ambition theme where you can set the services item same like our Ultimate theme. See it here.

    Thank you!

    in reply to: Free Interface Theme: Home Page Menu #45177

    @edwin Can we have your site URL too? So that we can give you a exact CSS code to fix the issue.

    Thank you!

    in reply to: Free Interface Theme: Home Page Menu #45143

    @Edwin Which version of IE you are using?

    in reply to: Header Image Problem #45130

    Hi Courtney,

    To remove white space login to your WP admin site and go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .hgroup-wrap {
        display: none;
    }

    Thank you!

    in reply to: Skype button #45115

    Hi Monique,

    It works fine when we checked. It may be conflict with the plugin that you are currently using in the theme. Please deactivate one by one and check it.

    Thank you!

    in reply to: Slideshow Images #45114

    Hi Markus,

    Sorry! We have integrate our featured slider image on background to cover the whole screen size as well as the height too. So it cuts the featured image.

    Thank you!

    in reply to: Zoom function on ipad #45113

    @pro9477, @ski-pro and @cerstinhenning

    It needs code customization. Go to theme main directory > inc > structure > header-extension.php and fine the below code

    <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>

    replace above code with below one then you can have a zoom features when pinch.

    <meta name=”viewport” content=”width=device-width”>

    Please replace it by creating child theme otherwise replace code will be remove each and every time you update the theme.

    Thank you!

    in reply to: Header Image Problem #45112

    Hi Courtney,

    Could you please provide us the site URL? So that we can provide you a exact CSS code to remove the white space.

    Thank you!

Viewing 15 posts - 2,326 through 2,340 (of 3,480 total)