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,086 through 2,100 (of 3,480 total)
  • Author
    Posts
  • in reply to: Edit Image Background Color #51739

    Hi,

    To edit the light grey color of the background on the home page. Just go to Appearance > Customize > Additional CSS and paste the below Custom CSS code:

    #page {
        background-color: #eeeeee;
    }

    Note: Change the above HEX color code #eeeeee into your own color code to change the background color code.

    Thank you!

    Hi Kobien,

    To remove the thick grey box around all of the content on every page. Just go to Appearance > Customize > Additional CSS and paste the below Custom CSS code:

    .page #main {
        padding: 0;
    }

    Thank you!

    in reply to: Space above and below logo and menu #51737

    Hi Robert,

    Sorry what are you trying to say?
    Are you trying to move the menu like in this theme https://www.themehorse.com/preview/ultimate-pro/

    Thank you!

    Hi Kobien,

    Which theme you are asking for? It seems that you have already asked the same question in others topic as well.

    Thank you!

    in reply to: Layout question #51735

    Hi Kobien,

    Add below custom CSS to change the background color of the featured image slider.

    @media only screen and (max-width: 1023px) {
        .featured-slider,
        .featured-slider .featured-slider-content article {
    	background-color: #ffffff;
        }
    }

    Note: Change the above HEX color code #ffffff into your own color code to change the white color code.

    Thank you!

    in reply to: Change text leading #51568

    Hi Jude,

    Please provide us the site Url so that we can provide you a custom CSS code.
    Also clarify what you exactly trying to do?

    Thank you!

    in reply to: Stretch SiteOrigin PageBuilder not working #51566

    Hi Karl,

    If you are taking help via email support then our support team will sure reply you.

    Thank you for your patience.

    in reply to: Stretch SiteOrigin PageBuilder not working #51486

    Hi Karl,

    Actually the content is wrapped with max-width so it needs Custom CSS code.
    Please provide us the exact page link where you want to reach the page edges to the browser. So that we can provide you a exact custom CSS code.

    Thank you!

    in reply to: Portfolio Pro #51485

    Hi Roan,

    Thank you for the interest to purchase our theme.
    All the the feature that you have asked is possible in the pro version.

    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.

    Looking forward for your purchase.

    Thank you!

    Hi Vladimir,

    Let us know if there is any problem.

    Thank you for using our theme.

    in reply to: Layout question #51483

    Hi Kobien,

    For this you have to add Custom CSS code. Just go to Appearance > Customize > Additional CSS and paste the below Custom CSS code:

    @media only screen and (max-width: 767px) {
    	.featured-slider .featured-slider-content .entry-title,
    	.featured-slider .featured-slider-content .entry-title a,
    	.featured-slider .featured-slider-content .entry-content {
    		color: #ffffff;
    	}
    }

    Note: Change the above HEX color code #ffffff into your own color code to change the white color code.

    Thank you!

    in reply to: Changing color of middle of web page #51385

    Hi Jude,

    You have to upgrade to the premium version of Attitude theme to have the color option.
    If you are using Premium version of the theme then just go to Appearance > Theme Options > Color Options > Background Color Options where you can find the Body Background Color option to change the color.

    Thank you!

    in reply to: Different Shaped borders for images #51384

    Hi Sheena Bell,

    It seems that you have already added class .img-circleinto your <img> tag. Now just add below custom CSS code to have the circular border for it.

    .img-circle {
        	-webkit-border-radius: 100px;
    	-moz-border-radius: 100px;
    	border-radius: 100px;
    }

    Thank you!

    in reply to: How to control this distance here? #51260

    Hi Happyeungin,

    Different theme have different navigation style and design and we have designed the theme this way. To change the navigation style it needs code customization you need to hire a developer as this is a new feature to add in the theme.

    For to show the social profiles you have to add additional custom CSS code. Below are the custom CSS code please add it and let us know if it doesn’t works.

    @media only screen and (max-width: 767px) {
    	.hgroup-left {
    		display: block;
    		float: right;
    		padding-right: 0;
    		margin: 10px 0 0;
    	}
    	#site-logo {
    		width: 65%;
    	}
    	.social-profiles,
    	.social-profiles ul {
    		float: right;
    	}
    }

    Thank you!

    in reply to: Different Shaped borders for images #51259

    Hi Sheena Bell,

    Sorry for late reply we missed your topic.

    You have to add the Custom CSS code for circular border. Can you please provide us the exact page Url where you want to add the circular border. So that we can provide you a exact Custom CSS code.

    Thank you!

Viewing 15 posts - 2,086 through 2,100 (of 3,480 total)