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,241 through 3,255 (of 3,435 total)
  • Author
    Posts
  • 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!

    in reply to: Reduce GAP between Slider and Text Widget #13277

    Hi Alice,

    To gap between the slider on the home page and text widget Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #main {
        padding-top: 30px;
    }

    Thank you!

    in reply to: Site width #13276

    Hi Klemen,

    Please provide the page link where there is a extra space. We could not able to find any extra spaces on the right side. Right side spaces are perfect on your site.

    Thank you!

    Hi Gaurav.nirvana,

    Sorry! Featured image is wrapped inside the fixed container width so it is not easily possible to make it 100% width between the page. It needs code customization you have to hire a developer for this.

    Thank you!

    in reply to: Web Page Columns #13188

    Hi Mike,

    Add below code in your page editor then add your content in below You half one column contain goes here… text.

    <div class="column clearfix">
        <div class="one-half">You half one column contain goes here…</div>
        <div class="one-half">You half second column contain goes here….</div>
    </div>

    Regards,
    Theme Horse

    Thank you!

Viewing 15 posts - 3,241 through 3,255 (of 3,435 total)