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,286 through 3,300 (of 3,489 total)
  • Author
    Posts
  • in reply to: WARNINGS in Theme after WP 4.0 Upgrade #15728

    Hi All

    We have already update our theme compatible to WordPress 4.0 and disable some function that make error for the site.
    Login to our site with the same username and password while you have purchase the theme and download the latest version of the theme.

    Thank you!

    in reply to: Word wrap #13670

    Hi Jim,

    Edit the article and hover on the image that you want to wrap text around click on edit option at the top left corner as shown here then it display edit option and do as shown in this screenshot

    Hope this will help you.

    Thank you!

    in reply to: Three-column text #13669

    Hi Pavel,

    Sorry We could not understand what your are trying to say?

    Thank you!

    in reply to: Remove the line above and below navigation bar #13668

    Hi Santhi,

    Remove previous CSS code and paste below CSS code.

    #access {
        border-bottom: 0 none;
    }

    Thank you!

    in reply to: Navigation on the menu bar #13667

    Hi Santhi,

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

    li.default-menu {
        display: none;
    }

    Thank you!

    in reply to: Responsive design? Navigation menu is missing on iphone/ipad. #13666

    Hi iacwebsites,

    First please update you theme. Responsive menu is working fine here.

    Thank you!

    in reply to: Removal of search and space above header #13554

    @Patricia To remove the space below the nav bar and above the page title Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access {
        margin-bottom: 20px;
    }
    .breadcrumb {
        margin-bottom: 0;
    }

    Thank you!

    in reply to: Removal of search and space above header #13553

    @Vincent To removing the “search” and all the space above the header 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: 0;
    }
    #branding .searchform {
        display: none;
    }

    Thank you!

    in reply to: Overall theme width #13551

    Hi Raymond,

    Sorry! It needs code customization you have to hire a developer for this.

    Thank you!

    in reply to: Remove Black lines separating sections #13548

    Hi Vincent,

    We did not understand what you are trying to say? Please clarify your queries.

    Thank you!

    in reply to: Centre alignment for home slogan #13538

    Hi Santhi,

    To centre align the home slogan Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .slogan-wrap {
        text-align: center;
    }
    .slogan-wrap .slogan {
        float: none;
        width: 100%;
    }
    .slogan-wrap .view-work {
        display: inline-block;
        float: none;
    }

    Thank you!

    in reply to: Remove the line above and below navigation bar #13537

    Hi Santhi,

    To remove the line above and below the navigation menu bar Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access {
        border: 0 none;
    }

    Thank you!

    in reply to: Make space over the header image smaller ? #13536

    Hi Tofrar,

    To make the space above the header image(banner) 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-bottom: 21px;
        padding-top: 0;
    }
    .hgroup-right {
        margin-top: 28px;
    }
    #site-logo {
        margin-top: 22px;
    }

    Thank you!

    in reply to: Adding images in header #13444

    Hi scheherazade45,

    To add images to the header area to horizontally line up with the logo is not possible. It needs code customization. You have to hire a developer for this.

    Thank you!

    in reply to: Adjust color Go-to-Top button #13397

    Hi Edwin,

    To change the go to top button color you have to change the background image in style.css file.
    We have used image on it not a color. To change the background image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .back-to-top a {
        background-image: url("your-image-url");
    }

    *Change above text your-image-url to your image url.

    Thank you!

Viewing 15 posts - 3,286 through 3,300 (of 3,489 total)