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

    in reply to: interfacepro: Home Page Secondary Slogan #44901

    Hi Markus,

    Sorry! You can not add HTML tags in secondary slogan section.
    Try adding the slogan in primary first and then in secondary to have the break line.

    Thank you!

    in reply to: Multiple Width Layouts #44891

    Hi Paul,

    The maximum narrow layout width is 978px. For which screen size you are trying to have the narrow width?

    Thank you!

    in reply to: Latest posts with a featured image #44883

    Hi Niko,

    For this we have to update the theme with new widget which shows posts with featured image. For now you can use this plugin to have the latest post with featured images.

    Thank you!

    Hi Nikolay,

    Login to our site with the same username and password that you have purchased the theme before and you will be redirected to your account page where you can download the latest version of the theme.

    Thank you!

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