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,311 through 2,325 (of 3,480 total)
  • Author
    Posts
  • Hi Chriswieser,

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

    Thank you!

    in reply to: Footer Widget area #45734

    Hi Sam,

    If we shows the widgets horizontally within one column than there will be unwanted gap between widgets if you add more than 4 widgets. So to reduce the gap we created 4 column sidebars for the footer. If you need to display a widget in horizontal row you can add one widget to all 4 columns.

    Thank you!

    Hi Chriswieser,

    Yes you can change the color of the controllers only for that just go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #controllers a {
        border-color: #63c6ae;
    }
    #controllers a:hover, #controllers a.active {
        background-color: #63c6ae;
        color: #63c6ae;
    }

    Please change above HEX color code #63c6ae to your own HEX color code.

    Thank you!

    in reply to: Upgrade to interface pro but still not upgraded #45732

    Hi Barry,

    What it shows up?
    You can download the Interface Pro theme file from your account page by logging into our site and add it to your WordPress site as you did for the free version.

    Thank you!

    in reply to: Seeing the CSS #45731

    Hi Melisa,

    You can use the developer tool from your browser and paste your edited CSS code in custom CSS option.

    Thank you!

    in reply to: Get logo inline with menus #45730

    Hi Melisa,

    Sorry! The logo is already inline with the menu as default.
    If you are trying achieve anything different please clarify it with more detail. So that we can help you easily.

    Thank you!

    in reply to: Background image on homepage #45729

    Hi Sue2,

    To have the background image on the home page only. Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    body.home {
        background-image: url("IMAGE-URL");
        background-position: center center;
        background-size: cover;
    }

    Please add you image link in above IMAGE-URL text.

    Thank you!

    in reply to: Submenu not clickable #45728

    Hi Schuller,

    Apologies for the late reply.
    The above CSS code overridden by bootstrap so please disable the bootstrap CSS OR try below code:

    #access a {
      -webkit-box-sizing: inherit !important;
      -moz-box-sizing: inherit !important;
      box-sizing: inherit !important;
    }

    Thank you!

    in reply to: How to create Subheaders #45727

    Hi Brenda,

    You can simply add the H1 and H2 tag in your page/post editor as shown in the link that you have shared with us in last reply.

    Thank you!

    in reply to: Menu déroulant ne fonctionne pas sur Safari #45726

    Hi lwatiez,

    Apologies for the late reply.

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

    Thank you!

    in reply to: Button in slider #45584

    Hi Monique,

    Sorry for late reply. We missed your topic.
    To change the font color of the featured slider button go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .featured-text .call-to-action,
    .featured-text .active {
        color: #fff;
    }

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

    Thank you!

    in reply to: Submenu not clickable #45583

    Hi Schuller,

    Sorry for late reply. We missed your topic.
    It seems that bootstrap CSS is conflicting the main theme CSS please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access a {
      -webkit-box-sizing: inherit;
      -moz-box-sizing: inherit;
      box-sizing: inherit;
    }

    Thank you!

    in reply to: Changing Theme from one website to another #45550

    Hi Archimedes,

    Sorry! We can not give support for responsive menu plugin cause we do not know the code. You have to contact to main plugin author for support and yes you can use our theme to another site and need not to purchase again for the license.

    Thank you!

    in reply to: Featured Recent Work widget background color #45549

    Hi Toddw,

    For that you have to customize the theme code. Our whole business template widgets are wrapped inside one main container div.
    You have to remove that container and add it inside the widgets first div.

    Thank you!

    Hi Markus,

    To change the font size for feature content just go to Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 767px) {
    .featured-text .featured-content {
        font-size: 20px;
        line-height: normal;
    }
    }

    Note: Change the digit value 20 above to your own value to change the font size.

    Also you can easily edit the typography via built in theme options just go to Appearance -> Customize -> Ambition Theme Options -> where you can see the Font Family/size/color.

    Thank you!

Viewing 15 posts - 2,311 through 2,325 (of 3,480 total)