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 - 2,581 through 2,595 (of 3,469 total)
  • Author
    Posts
  • in reply to: Right sidebar appearing at bottom of page #39843

    You welcome Helliecharlotte. 🙂

    in reply to: Size logo in the header #39761

    Hi Elena,

    Please upload or edit the logo in small size and your logo will be display as small in the header.
    If you can not edit then Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #site-title a img {
        max-width: 200px;
    }

    Note: Increase/ Decrease above digit value 200px to change the size of the logo.

    Thank you!

    in reply to: Creating a custom post template #39760

    Great! 🙂

    in reply to: colour options cleared #39759

    Hi Susanne,

    Yes and remove the style.css code that you created in your child theme and add the above code in your style.css
    It seems that your child theme is set to Attitude free theme as a parent theme not the Attitude pro theme.

    Thank you!

    in reply to: add lines between widgets in sidebar #39758

    Hi Tactusmihi,

    To add thin line between the widgets in the sidebar Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .widget {
        border-bottom: 1px solid #ddd;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    Thank you!

    in reply to: Home page image slider text overlay on mobile #39757

    Hi Amy,

    We have designed our theme this way. We have hide the slider content because it overlap the image and you can not see the image so we hide the slider content in mobile view.

    Thank you!

    in reply to: Issue with responsive theme? #39756

    Hi Bo,

    You have paste the code in wrong area please go to the theme directory > library > structure > header-extension.php on line 151 you will find this code <div class="hgroup-wrap clearfix"> after this code add your code.
    Do not forget to add your code in the same place each and every time you update the theme.

    Thank you!

    in reply to: can't set my blogpages as "Blog Image Medium" #39755

    Hi Unit,

    Please go to settings > reading > Front Page displays then choose a static page and set the page that you have created as a front page and set default for the post page option.

    Thank you!

    in reply to: STOP the Themes Bundle Package PopUp #39754

    Great ! 🙂

    in reply to: Remove "Read More" button #39723

    Great! 🙂

    in reply to: Center Logo / Center Text Widget / Code in TH-Widget #39722

    Hi Rudolf,

    1. To center the company logo in the header/start-page Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button.

    @media only screen and (min-width: 767px) {
    	.hgroup-wrap {
    		text-align: center;
    	}
    	#site-logo,
    	#site-title,
    	#site-description {
    		float: none;
    	}
    	#site-title a,
    	#site-description {
    		display: inline-block;
    	}
    }

    2. To center the text in Text widget on the business page first add you content as below format in text area in text widget.

    <div class="container">
    Your text goes here 
    </div>

    then add below custom CSS code.

    .business-layout .widget_text {
        margin-bottom: 0;
        padding: 40px 0;
        text-align: center;
    }

    3. We do not understand your last question could you please clarify it once again?

    Thank you!

    in reply to: Text color is light shade of grey, why ? #39721

    Hi Dbj,

    You can also change the font color as well to change the font go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    body, input, textarea {
        color: #555;
    }

    Note: You can change the above HEX color code #555 to your own HEX color code to change the font color.

    Thank you for using our theme.

    in reply to: No Imagecycle / menu under header image #39685

    You welcome lazinbee. 🙂

    Thank you!

    in reply to: Alignment Issues #39684

    Hi Jmcmillan7,

    1. Sorry! It needs code customization. You have to hire a developer for this
    2. What CSS code you have added in the custom CSS for to remove the green bar with the page title.

    Thank you!

    in reply to: How can i use genericon in Pages or posts? #39671

    Hi
    Yes, Genericons CSS is used in style.css but we have not used all the code.
    To have/used all the Genericons in your site you have to add genericons.css file individually in the theme as style.css

    Thank you!

Viewing 15 posts - 2,581 through 2,595 (of 3,469 total)