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,091 through 3,105 (of 3,489 total)
  • Author
    Posts
  • 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!

    in reply to: Site hacked? #22825

    Hi lillianduggan,

    Please update the theme as well as all the plugins if you have not.
    Also provide us you site URL so that we can check can check the exact issue.

    Thank you!

    in reply to: Round icons #22823

    Hi Michal,

    To get round service image view Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .service-icon {
        border: 2px solid #3ab0db;
        display: block;
        margin: 0 auto;
    }
    .service-item .service-icon, 
    .service-item .service-icon img {
        border-radius: 50px;
        height: 60px;
        width: 60px;
    }

    Thank you!

    in reply to: Padding on Menu and Page Title Wrap #22822

    Hi tking512,

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

    #access a {
        height: 30px;
        padding: 0;
    }
    #access ul li ul {
        top: 32px;
    }
    .search-toggle {
        margin-top: 1px;
    }
    #search-box {
        top: 30px;
    }

    Thank you!

    Hi info71,

    Sorry, The Responsive view will be set as per the screen size not with their resolution.

    Thank you!

    in reply to: Icons in Services Widget – changing default style #22690

    @markkuiken Can we have the site url please so that we can provide you a exact css code?

    Thank you!

    in reply to: Static page options #22686

    Hi Yasmin,

    To have the photo rather than the icon please Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .service-item .service-icon,
    .service-item .service-icon img {
    	width: inherit;
    	height: inherit;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    }
    .service-item .service-icon {
    	border: 0 none;
    }
    in reply to: Reduce Hgroup Size & Space Between Body #22527

    Hi Raden,

    Can you please provide us the temporary username and password at our Email we will once look into your issue.

    Thank you!

    in reply to: Reduce height of top section #22406

    Hi Chapline,

    To entire top section of the page 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;
    }
    #secondary {
        padding-bottom: 0;
    }
    .hgroup-wrap {
        padding-bottom: 0;
        padding-top: 0;
    }
    .hgroup-wrap img {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    Thank you!

    in reply to: Reduce Hgroup Size & Space Between Body #22225

    Hi Raden,

    It seems that there is margin bottom in your code. Please remove margin buttom as shown in this screenshot http://awesomescreenshot.com/0694fw2l35

    Thank you!

    in reply to: hyphenation of words #22224

    Hi Andrea,

    Ok. To justify the content of your post Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    p {
        text-align: justify;
    }

    And for clean retina pro question please create a new topic on its own forum.

    Thank you!

Viewing 15 posts - 3,091 through 3,105 (of 3,489 total)