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 - 3,271 through 3,285 (of 3,469 total)
  • Author
    Posts
  • 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!

    in reply to: need to center items on main navigation bar #13396

    Hi Patricia,

    Go to Apperance -> theme options -> design options tab -> custom header there you will see the header menu position options.

    Thank you!

    in reply to: remove border and footer #13392

    Hi Phuong,

    If you are trying to remove the gray border and footer that are currently now in your home page then Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .wrapper {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #colophon {
        display: none;
    }

    Thank you!

    in reply to: Minify #13280

    Hi Tsvjus,

    Which file did you minifyed?

    Thank you!

    in reply to: Colour Skins Colours stopped working #13279

    Hi Catmose,

    We could not specify which email is yours. Please specify the subject of the email that you send to us.

    Thank you!

    in reply to: Removing top part of the header #13278

    Hi Paperdavid,

    To remove the top part of the header where the logo and social media icons sit 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: If you wish to display header logo and social media again then remove above CSS from the Custom CSS options.

    Thank you!

Viewing 15 posts - 3,271 through 3,285 (of 3,469 total)