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,626 through 2,640 (of 5,207 total)
  • Author
    Posts
  • in reply to: Smaller Font Our Team Page #25855

    Hi Jeff,

    To make the font on the names smaller on the Our Team Template Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button

    #content .widget_our_team .our-team-name {
      font-size: 15px;
    }

    Note: You can increase and decrease the font size by changing the above 15px value

    Thank you!

    in reply to: Header Smaller!?! #25854

    Hi Jeff,
    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-top: 0;
      padding-bottom: 0;
    }
    #site-logo {
      margin-top: 0;
    }

    Thank you!

    in reply to: Phone Number Link #25853

    Ok that’s great Jeff

    Thank you!

    in reply to: colours change + icons disappeared #25852

    Hi nenutil,

    It seems that you have added all style.css into your custom css.
    To call the font family you have to use the css code as font-family: 'Genericons';
    And we have found the below css code to call the font family which is not correct.
    font-family: \'Genericons\'; please correct it as above code.

    Thank you!

    Hi cem1,

    We are sorry for this. This feature is not available in interface theme. It needs code customization or you need to hire a developer to fix it. You need to create a child theme and then customize the code. We have designed our theme this way.

    Why don’t you try ultimate theme? There you can use real image instead of using icon too.
    https://wordpress.org/themes/ultimate/

    Thank you!

    in reply to: Strange font problem with slider #25820

    Hi Barry,

    Could you provide your site url too? So that it will be more easy to solve your problem.

    Thank you!

    in reply to: Business Page Section Settings #25819

    Hi sarah,

    Could you provide your site url too? So that it will be more easy to solve your problem.

    Which widget are you having a problem? First of all deactivate all the plugins that you have installed in your dashboard. There may be plugins conflict so that it may not be working. So you deactivate all plugins and try.

    Thank you!

    in reply to: Post content on special layouts (Business Template) #25818

    Hi Barry,

    yes you may create a child theme and then customize the code to modify the business template. For this you need to hire a developer to fix it.

    Thank you!

    in reply to: BLOG Medium – Custom Post Category #25780

    Hi aris,

    just goto the dashboard-> appearance -> theme options -> design options -> custom css and add this following code

    .blog-medium p {
      text-align: justify;
    }

    Hope this may help you
    Thank you!

    in reply to: Why is my account "On Hold" #25762

    Hi Jared,

    We have forwarded your message to our sales team. You will get refund within 24 hours.

    Thank you!

    in reply to: Is there option to suppress\hide author information? #25761

    Hi pavlo.golub,

    If you want to hide only author information then goto dashboard -> appearance -> theme options -> design options -> custom css

    .by-author.vcard.author {
      display: none;
    }

    Thank you!

    in reply to: Qtranslate – Business Page Section #25760

    Hi l_glynn,

    We have not tested our site in qtranslate plugins but hopefully it will work. What you need to do is create a .po and .mo file and you need to add this pot file inside the language directory of child theme and you go on translating the language.

    Thank you!

    in reply to: BLOG Medium – Custom Post Category #25759

    Ok that’s great aris and just do one things.

    can you see this code in line no 100 of content-extension.php, There you will find this code
    <section id="post-<?php the_ID(); ?> clearfix" <?php post_class(); ?>>
    Replace this above code with
    <section id="post-<?php the_ID(); ?> clearfix" class="post blog-medium" > in your child theme.

    Thank you!

    in reply to: Post content on special layouts (Business Template) #25741

    Hi Barry,

    Sorry we cannot show your post content in business template page. We have made our theme this way. You can only show the widgets in the business template page. To show your post content create any pages and at the right hand side there is a list of blog template (blog image large, blog image medium and blog full content.) You may select any blog template and the blog content will be displayed in that page.

    To add the widgets in your normal page you have to select the layout display to right sidebar or left sidebar from the bottom of the page you have created. Drag your widgets to left sidebar or right sidebar you want.

    Thank you!

    You welcome thanhloiodu

    Thank you!

Viewing 15 posts - 2,626 through 2,640 (of 5,207 total)