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,926 through 2,940 (of 3,444 total)
  • Author
    Posts
  • in reply to: What are the recommended image sizes for the slider? #26896

    HI Leeann,

    Did you customize and code? If not then first of all deactivate all the plugins that you have installed in your dashboard. If the same issue exist Go to Apperance > customize > Ambition Theme Options > custom CSS and paste below CSS Code:

    .featured-slider .featured-image {
        min-height: 260px;
    }

    We have already update above CSS code in our latest version but it seems that it was not loaded in your site.
    Hope now this will help.

    Thank you!

    in reply to: Footer widget layout Interface Pro Version #26734

    Hi Daniel,

    Sorry for late reply? We missed your topic.
    Are you trying to reduce the gap between the widgets in the footer?

    Thank you!

    in reply to: Background colour sidebar #26604

    Hi Nienke,

    We have viewed your site.
    Please clarify us which sidebar you are talking about?

    Thank you!

    Regards,
    Theme Horse

    in reply to: How to set a smaller margin #26603

    Hi Nienke,

    That’s Great!

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

    Thank you!

    in reply to: Changing menu text, hover & highlight colours #26600

    Hi Phil,

    Sorry for that we forget that the character > will not support in the custom CSS for security reason.
    So, Now you have to create the child theme and use above override CSS code.

    To create the child theme create a new folder name ambition-child.
    Also create a style.css inside ambition-child folder and paste the below CSS code:

    /*
    Theme Name: Ambition Child Theme
    Author: Theme Horse WordPress User
    Template: ambition
    */
    @import url("../ambition/style.css"); 
    .main-navigation a:hover,
    .main-navigation ul li.current-menu-item a,
    .main-navigation ul li.current_page_ancestor a,
    .main-navigation ul li.current-menu-ancestor a,
    .main-navigation ul li.current_page_item a,
    .main-navigation ul li:hover > a,
    .main-navigation ul li ul li a:hover,
    .main-navigation ul li ul li:hover > a,
    .main-navigation ul li.current-menu-item ul li a:hover {
       color: #00ffff;
    }
    

    Now activate your child theme ambition-child via dashboard and also do not delete the main theme ambition because it will be a parent theme of your child theme ambition-child.

    Hope it will help.

    Thank you!

    in reply to: Edits #26561

    Hi Justyn,

    To reduce the height of the header go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        padding-bottom: 0;
    }
    .hgroup-right {
        margin-top: 20px;
    }
    #site-logo {
        margin-top: 0;
    }

    And your red button text color is already in white color not gray.

    Thank you!

    in reply to: Header sitting lower on mobile version #26560

    HiBel,

    You can decrease the above digit value as your need.
    Anyways I have reduced it please go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        padding-bottom: 5px;
    }
    .hgroup-right {
        margin-top: 12px;
    }
    #site-logo {
        margin-top: 5px;
    }

    Thank you for using our theme.

    in reply to: Incorrect displaying under Citrix and IE11 #26557

    Great! 🙂

    in reply to: How to set a smaller margin #26555

    Hi Nienke,
    We have designed our Business template to have our own widget so your text widget is not displaying correctly.
    Anyways to reduce the width of text widget in business template Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .business-layout .widget_black_studio_tinymce {
        margin: 0 auto;
        padding: 50px 0 30px;
        width: 990px;
    }
    @media only screen and (max-width: 1078px) {
    	.business-layout .widget_black_studio_tinymce {
    		 width: 708px;
    	}
    	 .narrow-layout .widget_black_studio_tinymce {
    		width: 668px;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.business-layout .widget_black_studio_tinymce {
    		width: 300px;
    	}
    	.narrow-layout .widget_black_studio_tinymce {
    		width: 280px;
    	}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.business-layout .widget_black_studio_tinymce {
    		width: 460px;
    	}
    	.narrow-layout .widget_black_studio_tinymce {
    		width: 440px;
    	}
    }
    @media only screen and (max-width: 319px) {
    	.business-layout .widget_black_studio_tinymce,
    	.narrow-layout .widget_black_studio_tinymce {
    		width: 95%;
    	}
    }

    Thank you for using our theme.

    in reply to: Changing menu text, hover & highlight colours #26550

    Hi Pip.partridge,
    To change the hover color and also selected highlight color for the primary menu text
    Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

    .main-navigation a:hover,
    .main-navigation ul li.current-menu-item a,
    .main-navigation ul li.current_page_ancestor a,
    .main-navigation ul li.current-menu-ancestor a,
    .main-navigation ul li.current_page_item a,
    .main-navigation ul li:hover > a,
    .main-navigation ul li ul li a:hover,
    .main-navigation ul li ul li:hover > a,
    .main-navigation ul li.current-menu-item ul li a:hover {
    	color: #89a452;
    }

    Note: Please change above HEX color code #89a452 to your own HEX color code to change the color of the primary menu.

    Also, If you upgrade the theme to pro version then you can set the color skin of each section with your own color also with lots of features.
    Pro version will be available very soon.

    Thank you for using our theme.

    in reply to: I don't want 3 footer columns #26549

    Hi Hirotaka,

    Sorry for late reply.
    Could you please add your address in the footer column via text widget so that we can provide you the exact CSS code.

    Thank you!

    in reply to: I don't want 3 footer columns #26446

    Hi Hirotake,

    Oh! O… We missed your topic.
    Please provide us your site URL so that we can look into you site and provide you an exact CSS code.

    Thank you!

    in reply to: Please, I need help (social networks icons) #26221

    Hi Marta,

    To hide the social profiles from the header Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-right .social-profiles {
        display: none;
    }

    Thank you for using our theme.

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

    in reply to: Contact Form 7; Size of the contact form; #26187

    Hi Petar,

    To have the two columns for you contact page. Follow the instruction bellow:

    1. Create a page name contact and choose Contact Page Template from Page Attributes drop down. You can find the page Attributes option in the right side of the page editor.
    2. Go to Appearance > Widget.
    3. Drag and Drop any widget to Contact Page Sidebar.
    4. Now you can see the sidebar with selected widget in you contact page that you have created in first step.

    Thank you for using our theme.

    Please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ultimate
    We really appreciate your rating.

    Have a Great day 🙂

    in reply to: Page format not consistent; #26186

    That’s Great 🙂

Viewing 15 posts - 2,926 through 2,940 (of 3,444 total)