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 - 2,146 through 2,160 (of 3,480 total)
  • Author
    Posts
  • in reply to: Change hover color in the menu #49351

    Hi Maria,

    Please remove the override code below from your custom CSS option which you have added before.

    a {
        color: #a9181f !important;   
        font-weight: 550 !important;
    }

    Let us know it it still not works.

    Thank you!

    in reply to: How can I make a slider like your preview site? #49350

    @daekyu-kim To set the slider same like our demo site you have to purchase a single license of Revolution Slider.

    Marcus @info173 We have integrated four slider into to this theme. 1. Default Slider, 2.Post/Page Slider, 3. Image Slider, and 4. Revolution Slider

    To set the Featured Post/Page Slider follow the instruction below:

    • Go to Appearance > Customize > Ambition Pro Theme Options > Featured Content Setting.
    • Select slider type to Post/Page Slider as shown in below screenshot.
    • Select Slider Status to Home Page or Enable on all Page.
    • Select ON/OFF to show the Slider Content display for small devices.
    • Select Transition Effect and Enter Transition Delay/Duration.
    • Select Left/Middle/Right Align for featured text position.
    • Enter the Number of Slides then click on Save & Publish button to activate the Post/Page slider options and go one step back to Ambition Pro Theme Options (Appearance > Customize > Ambition Pro Theme Options) and refresh the page and click on Post/Page Slider options and add Post/Page ID accordingly to all the slides that you have set and click on Save & Publish button
    in reply to: Remove Gap on Bottom of Home #49347

    Hi

    Could you please provide us your site Url? So that we can see the bar at the bottom of your homepage that you are talking about.

    Thank you!

    in reply to: There is NO ZIP file! #49293

    Hi Deborah,

    We have just logged into your account and we are able to download the clean-retina-pro.3.0.1.zip without any problem.
    If you are having problem then we can provide you a clean-retina-pro.3.0.1.zip via email.
    Please request the zip file of Clean Retina Pro by emailing here.

    Also please change you account password here before login to your account.

    Thank you!

    in reply to: There is NO ZIP file! #49232

    Hi Deborah,

    First thank you for purchasing our theme.

    There is .zip file where you can upload it to your WordPress theme directory directly.
    Please go to your account and and click on download tab to download the latest version of Clean Retina Pro theme.

    And $15 is for subscription renew charge.
    Actually after the purchase of our theme you will get free update from your account page and get support for one year via support forum.
    After one year if you want to continue with the update and support for the theme you will have to pay small amount $15 for another year.
    But you can continue to use the theme for the lifetime without renewing the yearly subscription.

    Thank you!

    in reply to: Menu doesn't work #49231

    Hi Mta,

    It seems that cothemes-shortcode plugin which integrate bootstrap css is overriding the theme main CSS code. To work the menu properly disable the cothemes-shortcode plugin otherwise go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on Save & Publish Button:

    #access a {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    Thank you!

    in reply to: Weird display second-level menus (pro) #49196

    Hi Jeanlucgarnier,

    It seems that bootstrap that you are using is overriding the theme main CSS code. To work the menu properly disable the bootstrap CSS otherwise go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on Save & Publish Button:

    #access a {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    in reply to: Menu doesn't work #49195

    Hi Mta,

    Could you please remove (back up before removing custom CSS code) all those custom CSS that you have placed for menu? So that we can see your site menu with default style and provide you a CSS code to styled as you say.

    Thank you!

    in reply to: How to reduce space in header? #49194

    Hi Stefan,

    For to reduce the header spaces around the logo go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .hgroup-wrap img {
        margin-top: 0;
        margin-bottom: 0;
    }
    .hgroup-wrap {
        padding-bottom: 20px;
    }

    Thank you for using our theme.

    in reply to: "Read More" Text on Homepage Buttons Too Dark #49193

    Hi Zaheer,

    Some CSS code may override the above code. Could you please try below CSS code.

    a.more-link {
        color: #666 !important;
    }

    Note: Change the above HEX color code #666 into your own HEX color code.

    Thank you!

    in reply to: Change hover color in the menu #49192

    Hi Maria,

    To change the menu hover color go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    
    #access a:hover, 
    #access ul li.current-menu-item a, 
    #access ul li.current_page_ancestor a, 
    #access ul li.current-menu-ancestor a, 
    #access ul li.current_page_item a,
    #access ul li:hover > a,
    #access ul li ul li a:hover,
    #access ul li ul li:hover > a,
    #access ul li.current-menu-item ul li a:hover {
    	color: #a9181f;
    }

    You can upgrade to Attitude Pro where you can change theme color skin easily as well as have lots of option that you will enjoy.

    Thank you for using our theme.

    in reply to: Menu doesn't work #48991

    Hi Mta,

    We checked it and it’s working fine here.
    Could please provide us your site URL? So that we can see the exact issue into your site.

    Thank you!

    in reply to: Change hover effect on posts #48913

    Hi l-mahon,

    To make the post smaller go to Appearance > Customize > WP Portfolio Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    .column-fourth .column-wrap {
        width: 20%;
    }

    Thank you!

    Hi Jeffrey,

    Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #main ul a,
    #main ol a {
        color: #476d04 !important;
    }

    Thank you!

    in reply to: Remove / Hide Page Title Container #48911

    Hi Jimzook,

    Sorry we could not see such section in your site.
    Are you talking about to remove the section where there is ADVANCED DELIVERY SYSTEMS link in your site?

    Thank you!

Viewing 15 posts - 2,146 through 2,160 (of 3,480 total)