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

    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.

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