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 - 3,421 through 3,435 (of 3,480 total)
  • Author
    Posts
  • in reply to: Change Comment Font Size #10484

    Hi ErikaMarie,

    To change the font size of right side bar content Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #secondary p {
        font-size: 13px;
    }

    Note: Increase/decrease above font size 13px to change the font size.

    Thank you!

    in reply to: Changing colors #10416

    Hi ultimatist,

    Which theme you are using? Please clarify.

    Regards,
    Theme Horse

    in reply to: Changelog and Woocommerce Update #10340

    Hi Doppa,

    To make Woo Commerce Compatible we need to add lots of CSS as well as customize the code compatible to Woo Commerce.
    Currently we are busy in a new theme and sure we will made Woo Commerce compatible in near future.

    Sorry for late reply.

    Thank you!

    in reply to: Widgets in columns on home page #10337

    Hi LMKWeb,

    It needs code customization. You have to hire a developer for this. If you are good at coding then Just use tag <div class="one-third"> for third column and <div class="one-fourth"> for fourth column and <div class="one-half"> for two column. You need not have to add the CSS for this our theme supports all those columns.

    Thank you!

    in reply to: Remove Title Bar #10279

    Hi Teesang,

    To completely remove the top section above the header image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        display: none;
    }

    Note: Hiding top section above header image will also hide your site title/description and social profiles too.

    Thank you for using our theme.

    in reply to: Position of page title in default page #10276

    Hi TheTwister,

    Yes the page title designed will be changed if you choose the default template for contact page. If you want to remove the right sidebar you will have to consider with the page title design. For now it is not possible to make the same page title for all the pages as contact page have. We will think about it and update it in near future.

    Thank you!

    in reply to: screen resolution #10275

    Hi LABRAT,
    Add this code

    	.wrapper {
    		width: 1008px;
    	}
    }
    @media only screen and (max-width: 1023px) {

    below
    @media only screen and (max-width: 1078px) {
    in style.css

    Make sure that before updating the theme your edited file will be replaced with new update version. After update you need to edit all the file accordingly as before to have a same effect on the site.

    Thank you!

    in reply to: @Rabin: border around tablet layout #10274

    Hi Jane,

    you need to add this code <meta name="viewport" content="width=1078" /> instead of <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> inside theme folder library -> structure -> header-extentions.php and also remove all the media CSS queries at the bottom of the style.css file.
    Make sure that all the edited file will be replaced by a new one while you update the theme. After update you need to edit all the file accordingly as before to have a same effect on the site.

    Thank you!

    Hi Trina,

    Sorry, We could not found any email that have username and password with the email id [email protected] and name Trina Sanders in our mail box. Make sure that you have send email to our email at [email protected]

    Thank you!

    in reply to: @Rabin: border around tablet layout #10232

    Hi Jane,

    What you exactly need to do? Are you want to remove the responsiveness and look the websites as it display on desktop view OR you want to remove the responsiveness for specific devices only. Clarify us so that we can help you to the exact point.

    Thank you for using our theme.

    Regards,
    Theme Horse

    Hi Trina,

    Could you specify your name, subject and email address that you have send an email. There is lots of email with username and password in our inbox.

    Thank you!

    in reply to: Sub Pages disapear when trying to click #10230

    Hi Brentallen,

    It seems that you have already change the theme. Could you please activate our theme so that we can look what the exact issue was?

    Thank you!

    in reply to: Change Comment Font Size #10229

    Hi ErikaMarie,

    To change the comment font size Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .comment-content {
        font-size: 13px;
    }

    Note: Increase/decrease above font size 13px to change the font size of the comment.

    Thank you for using our theme.

    in reply to: Styling Mailchimp forms #10228

    Hi Weliajolijn,

    Please try below CSS

    #content #mc_embed_signup .mc-field-group input[type="text"],
    #content #mc_embed_signup .mc-field-group input[type="email"],
    #content #mc_embed_signup .mc-field-group input[type="password"]{
        margin: 0 15px;
        width: 20%;
    }
    @media only screen and (max-width: 767px) {
    #content #mc_embed_signup .mc-field-group input[type="text"],
    #content #mc_embed_signup .mc-field-group input[type="email"],
    #content #mc_embed_signup .mc-field-group input[type="password"] {
            margin: 0 0 30px;
            width: 100%;
        }
    }

    If it still doesn’t work then email us you temporary username and password to [email protected] we will set it for you.

    Thank you for using our theme

    in reply to: Position of page title in default page #10223

    Hi TheTwister,

    We have design the page title that way for contact template. We will update this in next version soon.
    Also, To remove right column widget from the contact page please edit your contact page and set it to default page template from the right part of the editor page as shown in this screenshot http://awesomescreenshot.com/0d72s99i5b then go to your bottom of the editor page and set the page layout to No sidebar, Full Width as shown in this screenshot http://awesomescreenshot.com/0742s99lbd

    Hope this solve your problem.

    Thank you for using our theme.

Viewing 15 posts - 3,421 through 3,435 (of 3,480 total)