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,341 through 2,355 (of 3,480 total)
  • Author
    Posts
  • in reply to: How to change Font Size on posts #45111

    Hi Allurynn,

    For the content use below CSS code:

    body, input, textarea {
        font-size: 18px;
    }

    Thank you!

    in reply to: Slideshow Images #45002

    Hi Markus,

    Could you please provide us the site URL? So that we can see your featured slider and provide you a exact CSS code.

    Thank you!

    in reply to: Promotional box issues #45001

    Hi 8beast,

    To remove the background color for the promo box go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .widget_promotional_bar {
        background-color: inherit;
        border-color: none;
    }

    Thank you for using our theme.

    Hi Derek,

    Actually after the purchase of our 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 theme you will have to pay small amount $15 for another year.
    But you can continue to use the theme for the lifetime without renewing the yearly subscription.

    Thank you!

    in reply to: How to change Font Size on posts #44996

    Hi Allurynn,

    To change the size of the post go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .entry-header .entry-title {
        font-size: 40px;
        line-height: normal;
    }

    Please Increase/Decrease the above digit value 40 as your wish.

    Thank you!

    in reply to: Image slider height Ambition Pro #44992

    Hi Monique,

    To reduce the height go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on save button.

    .featured-slider .featured-image {
        padding: 10% 0;
    }
    

    Thank you!

    in reply to: Modify Footer #44990

    Hi Markus,

    Try below code to have a height for the widgets:

    #colophon .widget { 
        height: 80px;
    }

    Thank you!

    in reply to: Child theme customization #44932

    Hi Bassot,

    To reduce the blank space that you want to remove please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #content, .entry-header {
        padding: 0;
    }

    And to put the language button at the top of the header. It needs code customization you have to hire a developer as this is a new feature to add in the theme.

    Thank you!

    in reply to: Issues integrating bootstrap #44931

    Hi Mahy,

    Sorry for the late reply we missed your topic.
    To fix the issue that you are having in the menu please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .container {
        padding: 0;
    }
    #access li {
        margin-left: 10px;
    }
    #access a {
        box-sizing: content-box;
    }

    Thank you!

    in reply to: Staff, Testimonials, Partners #44929

    Hi Doug,

    First create a page and set that page to Our Team Page Template and

    1. Go to Appearance > Widget > Theme Horse: Our Team Widget
    2. Drag and Drop this widget to Our Team Page section
    3. Fill up all the fields/content in the widget
    4. Click Save

    Now you can see your team list in the page which you have created in first step.

    Thank you for using our theme.

    Thank you!

    in reply to: Bulleted lists #44927

    Hi Pauline,

    Could you please provide us the site URL? So that we can see the list where the bullet is not displaying and provide you the exact CSS code.

    Thank you!

    in reply to: Multiple Width Layouts #44925

    Hi Paul,

    To have the maximum content size for tablet and smaller devices go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    @media only screen and (max-width: 1078px) {
        .narrow-layout, .narrow-layout .wrapper {
            width: 100%;
        }
        .narrow-layout .wrapper {
            max-width: 94%;
        }
    }

    Thank you!

    in reply to: Modify Footer #44904

    Hi Markus,

    Sorry! We are confused what you actually need. Above reply was to have a 3 columns in the footer instead of 4 columns.
    Please clarify what you exactly need.

    Thank you!

    in reply to: Slider images and text linking to menu / pages #44903

    Hi Ken,

    For this features you have to upgrade it to premium version.
    In premium version you will have a plus Featured Image Slider option where you can easily upload the Featured Image, add Redirect link, Title and Short description.

    Thank you!

    in reply to: MOBILE MENU UL-LI – instead SELECT #44902

    Hi Javi,

    For this it needs code customization.
    You need to hire a developer as this is a new feature to add in the theme.

    Thank you!

Viewing 15 posts - 2,341 through 2,355 (of 3,480 total)