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,061 through 3,075 (of 3,469 total)
  • Author
    Posts
  • in reply to: Gap between header and body #23662

    Great ! 🙂

    in reply to: Slider Featured Text #23661

    Hi Ahmad,

    To have the responsive for featured text in the slider go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    
    @media only screen and (max-width: 767px) {
    .featured-text {
        font-size: 10px;
        line-height: 13px;
    }
    
    .featured-text .featured-title {
        font-size: 11px;
        line-height: 14px;
    }
    }

    Thank you!

    in reply to: Gap between header and body #23556

    Hi Ewald,

    Are you asking to separate the header/menu and content are? So that you can see the background between header and content area?

    Thank you!

    in reply to: Gap between header and body #23523

    Hi Ewald,

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

    #main {
        padding: 70px 0 30px;
    }

    Note: You can change above digit value to increase/decrease the gap between header and body.

    Thank you!

    in reply to: Spacing Issues around top and bottom of container area #23522

    Hi MeShawn,

    Oh! Sorry for that. Remove above CSS code and try below one.

    #access {
        margin-bottom: 0;
    }
    #main {
        overflow: hidden;
    }

    Thank you!

    in reply to: Spacing Issues around top and bottom of container area #23423

    HI MeShawn,

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

    #branding, #main {
        overflow: hidden;
    }

    Thank you!

    in reply to: Ultimate Theme Editing colors? Menu Location? #23375

    Hi Zjackson,

    As this is a pro features please email our support team here with requesting the CSS code to remove the gap and change the blue color of page title/ footer area

    Thank you!

    in reply to: Full-Width banners #23374

    Hi Anthony,

    Sorry! It is not possible by easy way because it is wrapped in one div.
    It needs code customization you have to hire a developer for this

    Thank you!

    in reply to: Full-Width banners #23234

    Hi Anthony,

    Are you trying to make the 1st and 2nd banner to 100% in width without white spaces in left and right side?

    Thank you!

    in reply to: Revolution Slider Live Preview setup #23233

    Hi Jason,

    You do not have to set the site layout to wide layout make it as it was in default and to set the background image behind the slider login to your WP dashboard and Go to Apperance -> Theme Options -> Advance Options -> Slogan/ Slider Background Image there you can set the background easily.

    Thank you!

    in reply to: Crossfading images for service icons #23166

    Hi Martin,

    Sorry we could not understand what you are trying to say. Could you please clarify it again.
    We apologize for the late reply. We missed you topic.

    Thank you!

    in reply to: Ultimate Pro Demo Site – Slider, Buttons #23159

    Hi Aris,

    Below are the property and the value of the CSS code of the text we have in our demo.

    font-size: 32px;
    font-weight: 300;
    line-height: 39px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    background-color: transparent;
    text-decoration: none;
    padding: 0;
    border-width: 0;
    border-color: #fff;
    border-style: none;

    Thank you!

    in reply to: Ultimate Pro Demo Site – Slider, Buttons #23155

    Hi Aris,

    Sorry we missed you topic.
    For to have your own button style just go to the specific slide setting and paste this html code with your own link and button text<a href='http://yourlink.com' class='call-to-action call-to-action-button'>Buy Now</a> in the text field as shown in this screenshot http://awesomescreenshot.com/09b4mrlm95
    Then Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .call-to-action-button {
        color: #fff !important;
    }
    .call-to-action-button:hover {
    background-color: #35aca8;
    border-color: #35aca8;
    }
    .business-layout .header-main {
        padding-bottom: 30px;
    }

    Thank you!

    in reply to: Reduce spacing between top menu items #23062

    Hi Nklee,

    To reduce spacing between menu items go to Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access li {
        margin: 0 0 0 15px;
    }

    Thank you for using our theme.

    in reply to: Round icons #22986

    Hi Michal,

    You can try use flat icon http://flaticon.com/ They provide SVG, EPS, PSD and PNG as well.

    Thank you!

Viewing 15 posts - 3,061 through 3,075 (of 3,469 total)