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,401 through 2,415 (of 3,476 total)
  • Author
    Posts
  • in reply to: Menu bar and Footer menu #43299

    Hi Sgeorge,

    Sorry! It needs code customization you need to hire a developer as it is a new feature to add in the theme.

    Thank you!

    in reply to: Logo and mainmenu centered? #43298

    Hi Heidi,

    To make site logo and main navigation to be centered and main menu to be below the logo go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (min-width: 768px) {
    	.hgroup-wrap {
    		text-align: center;
    	}
    	#site-logo {
    		float: none;
    		margin: 0 auto;
    		padding: 19px 0 0;
    	}
    	#site-title {
    		float: none;
    		margin-right: 0;
    	}
    	.hgroup-right {
    		float: none;
    		min-width: inherit;
    		padding-right: 0;
    	}
    	.main-navigation {
    		float: none;
    	}
    	.main-navigation li {
    		display: inline-block;
    		float: none;
    	}
    	.main-navigation ul li ul li {
    		display: block;
    		text-align: left;
    	}
    }

    Thank you!

    Hi Nicola,

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

    Thank you!

    in reply to: Email addresses #43296

    Hi Shegga,

    Sorry! Email address that display in the top bar is not spam protected. We use it as a contact purpose. If you would like to protect it then you may use plugin available free in wordpress.org but we can not recommended any plugin and also can not guarantee that thirty party plugin works fine in our theme.

    Thank you!

    Hi there,

    The above css code is exactly correct for strong text but use it via custom css option rather then changing it directly from editor. Also it won’t change the gray color for other normal fonts.

    Thank you!

    in reply to: Upgrade to Pro leaves setting unchanged? #43120

    Hi Robert,

    Are you trying to have the same header image while changing the theme? If yes then WordPress wont set the same header image while changing the theme you have to set it again.

    Thank you!

    in reply to: Modify Footer #43115

    Hi Markus,

    To have the 3 columns in the footer go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button and drag text widget there and add your content as your wish.

    #colophon .one-fourth {
        width: 30%;
    }

    Thank you!

    in reply to: Center widgets in Business Page Template #43112

    Hi Arho,

    You have to use our specific our team widget for our team template but you can make the title center for any widget you use just go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .our-team-template #main .widget-title {
        text-align: center;
    }

    Thank you

    in reply to: Top Bar or Banner Feature #43111

    Hi Toddw,

    To have the same top bar like our main site use this background-color to #71b02f instead of this code #2a2a2a.

    Thank you!

    in reply to: Padding #43110

    @jasyn To reduce the space under the menu bar on the other page except the home page go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .home #content {
        padding: 60px 0 10px;
    }
    #content {
        padding: 0;
    }

    Thank you!

    in reply to: Last page line is hided by bottom bar #43108

    Hi Benjamin,

    Could you please provide us the site URL so that we can see the exact issue and provide you exact custom CSS code.

    Thank you!

    in reply to: Homepage Slider (Business Layout) #42968

    Hi Alton,

    1. To force the opaque text box that appears over the slider image on front please 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, 1);
    }
    .featured-text .featured-content {
        background: rgba(85, 85, 85, 1);
    }

    2. Yes we have hide the featured slider title/content in smaller devices because of overlapping issue in the image.

    3. Please clarify what you are trying to do for description box?

    4. Yes you can set the slider number as your wish for that please go to Appearance -> Customize/Theme Options > Featured Post/ Page Slider Slider Options there you can set the number of slider you want to have in you site.

    Thank you!

    in reply to: Change font for title – Frente H1 #42967

    Hi Sara,

    If you would like to add this font then you have to customize some code. Before customizing code first of all create a child theme. So that your code will not be lost while you update the theme to the newer version.
    Here is the instruction how to create a Child Theme
    and download the font FrentehH1 from here and paste that font folder inside the child theme folder that you have created then add the below code in the style.css of the child theme.

    @font-face {
        font-family: 'frente_h1regular';
        src: url('FrenteH1-Regular-webfont.eot');
        src: url('FrenteH1-Regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('FrenteH1-Regular-webfont.woff') format('woff'),
             url('FrenteH1-Regular-webfont.ttf') format('truetype'),
             url('FrenteH1-Regular-webfont.svg#frente_h1regular') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    body, input, textarea {
        font-family: 'FrenteH1', sans-serif;
    }

    Note: Please correct the font path above in src URL:

    Thank you!

    in reply to: Upgrade to Pro leaves setting unchanged? #42966

    Hi Robert,

    Login to your site dashboard(admin section) Appearance > Customize > Design Options > Custom Header there you can add the logo where it will display in left by default.

    – $55(currently $44) is a only for a one time fee.
    Actually after the purchase of our single theme you will get free update and support for one year from our support forum.
    After one year if you want to continue with the update and support for the single theme that you have purchased than you will have to pay $15 for another year.
    But you can continue to use the theme for the lifetime without renewing the yearly subscription.

    – Free version content/data is fully compatible to the premium version. You need not have to set all the things again for the premium version. But it depends upon what few changes you have made in the free version.

    Thank you for using our theme.

    in reply to: Last page line is hided by bottom bar #42965

    Hi Ben,

    Remove your custom CSS and add the below one.

    #site-generator {
        position:fixed;
        bottom:0;
        width:100%;
        background-color: #fff;
    }
    #colophon .widget-wrap {
        padding-bottom: 64px;
    }

    Thank you!

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