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,386 through 2,400 (of 3,480 total)
  • Author
    Posts
  • Hi Timothy,

    Could you Email Us your temporary username and password? So, that we can see the exact issue in your site.
    Please do not share any username and password here in this forum because this forum is public and visible to all the members.

    Thank you!

    in reply to: Slideshow Text: Can it be edited or the color changed? #44040

    To change the color of the slideshow’s headline text and the text/button for the “Read More” area go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code with your own HEX color and Click on save button:

    For slideshow’s headline:

    .featured-text .featured-title {
        color: #fff;
    }

    For slideshow’s button:

    .call-to-action {
        border-color: #fff;
        color: #fff;
    }

    And for slideshow’s button hover:

    .call-to-action:hover {
        background-color: #fff;
        color: #666;
    }

    Thank you!

    in reply to: Change color of turquoise/grey boxes on homepage #44039

    @mr-earl-lee To change the colors of the turquoise/aqua and grey color Go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .featured-text .featured-title {
        background: rgba(5, 169, 197, 0.9);
    }
    .featured-text .featured-content {
        background: rgba(85, 85, 85, 0.9);
    }

    Change above rgba background color with your own rgba color also you can use HEX color too.

    Thank you!

    in reply to: Slideshow Text: Can it be edited or the color changed? #43961

    Hi Vtomgardner,

    To change the slideshow text’s color go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .featured-text {
        color: #fff;
    }

    Please change the above HEX color code #fff to your own HEX color code to change the slideshow text color.

    Thank you for using our theme.

    in reply to: How to change colour on home page slider title #43960

    Hi Dawn,

    You can find the .featured-text .active selector in style.css file where you can change the border as well as background color for that button.
    We recommended you to customize the CSS by creating child theme so that your changes will not lost whenever you update the theme to the new version OR upgrade to the premium version where you can change the theme color skin easily.

    Thank you!

    in reply to: Change color of turquoise/grey boxes on homepage #43959

    Hi Mr.earl.lee and Tillmanstory

    Please follow this instruction to set the slider in your home page.

    Thank you!

    in reply to: Revolution Slider with Attitude Pro #43957

    Hi Pkaufman37,

    Yes we have already removed the Revolution Slider Plugin from the theme file because of WordPress.org guideline.
    Please contact to our sales team via Email with the order detail and they will reply you in the same email.

    Thank you!

    in reply to: Home page slider #43956

    Hi Mr.earl.lee,

    It seems that you have already added content in that page and it is displaying blue and grey overlay boxes in your slider. If there is anything then let us know.

    Thank you!

    Hi Timothy,

    We have visit your site in the iPad and iPhone devices and seems like your images are not loading properly please see all the image by going to your WordPress Dashboard > Media and check all the images properly may it was not uploaded properly. Also do try deactivating all plugins one by one.

    Thank you!

    in reply to: custom body background for mobile screen sizes #43846

    Hi Heidi,

    First try adding below CSS code so that your current background image works fine in mobile devices. To add below custom CSS code go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 767px) {
        body.custom-background {
            background-attachment: scroll;
        }
    }

    Thank you!

    in reply to: Free Interface Theme: Home Page Menu #43845

    @contact22 some of the CSS code have been override by one of the plugins that you have installed into your site so please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

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

    Thank you for using our theme.

    in reply to: Contact Info Bar Background Image #43765

    Hi Patricia,

    Sorry for late reply. We missed you topic.
    Anyways could you please provide us the site URL? So that we can have a look into the contact info bar background image.

    Thank you!

    in reply to: Last page line is hided by bottom bar #43570

    Oh! Yes do add below CSS code too so that your last line will not be overlapped.

    #main {
        padding-bottom: 50px;
    }

    Thank you!

    in reply to: Using theme buttons on pages #43522

    Hi Ryan,

    Just add below code in your page with the link.

    <a class="call-to-action" href="http://addyourlinkhere.com" title="Button text">Button text</a>

    Thank you!

    Hi Nina,

    You can contact to our sales team via Email for the latest version of Revolution Slider with your purchased order detail.
    Also if you purchased it directly from the codecanyon.net you will have the auto update feature as well as have the dedicated support from the main plugin author.

    Thank you!

Viewing 15 posts - 2,386 through 2,400 (of 3,480 total)