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,116 through 2,130 (of 3,480 total)
  • Author
    Posts
  • in reply to: How to change colour of links in recent posts widget? #50323

    Hi Tony,

    To have the color the link in the widget go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .widget ul li a {
        color: #05a9c5;
    }

    Change the HEX color code 05a9c5 above to your own HEX color code.

    Thank you!

    in reply to: Page title spacing #50322

    Hi Emily,

    Yes there is some override CSS into you custom CSS code.
    Please remove below CSS code from your custom CSS which is overriding the CSS that we have provided.

    #main {

        display: block;
        padding: 30px 0px 0;
    }

    And there is missing large bracket } in media queries min-width: 768px that you have added into the custom CSS please replace your media queries CSS with the below one:

    @media only screen and (min-width: 768px) {
    	#main {
    		padding-top: 240px;
    	}
    
    	#site-logo {
    		padding-top: 80px;
    		padding-bottom: 0px;
    	}
    
    	.entry-main {
    		padding-top: 0px;
    	}
    }

    Thank you!

    in reply to: Sidebar scrolling #50320

    Hi Claudia,

    We apologies for the late reply. We missed you topic.
    Anyways to make the sidebar static, it needs code customization you have to hire a developer as this is a new feature to add in the theme.
    May be we will push this feature in future update but we can not make sure when it will be available.

    Thank you!

    in reply to: featured image uses full size #50319

    Hi Pmeconi,

    Yes the image will display as the main size that you have uploaded. This theme support unlimited screen size. The larger size you upload the high quality image will be display as well as display high quality in retina display devices too.
    If you want to have the small image size then you can upload small size as well.

    Thank you!

    in reply to: Table Heading Titles – Reduce Font Size #50318

    Hi Thoams,

    If you want to reduce the size of the Table Heading Titles individually go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    th {
        font-size: 25px !important;
    }

    Reduce the above digit value 21 as your wish.

    in reply to: Responsive image sizing #50198

    Hi Emily,

    Sorry! We have load the same desktop image in the mobile devices as well to support the retina devices for the better high quality images rather than low blurry images.

    You can try out some plugins that loads different images depending on the screen size.

    Thank you!

    in reply to: Page title spacing #50117

    Hi Emily,

    To move the page title to the content go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    #main {
        padding: 0;
    }

    And can you please clarify which top div your are asking to remove?

    Thank you!

    in reply to: How to hide sidebar position on certain pages #50116

    Hi Alexander,

    To hide the sidebar in all pages except home page go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .home #secondary {
        display: block;
    }
    #secondary {
        display: none;
    }

    Thank you!

    in reply to: Mobile display issue. #50101

    Hi Bartkphoto,

    Did you customize theme main code? If you have customize it first take a backup than reinstall the fresh copy of the theme once again and let us know.
    Can you also please check our demo site into your same mobile device? Is there a same issue or not?

    Thank you!

    in reply to: Margins in categories grids #50100

    Hi Daniel,

    To remove the gap in categories page go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    .post-main.column-area {
    	margin-left: 0px;
    }
    .post-main .column-wrap {
    	padding-left: 0;
    	padding-bottom: 0;
    }

    Thank you!

    in reply to: Home page layout #50099

    Hi Emily,

    To add the top padding go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    #main {
        padding-top: 60px;
    }

    Thank you!

    in reply to: Change of text size #50083

    @katie-jane-goudie Sorry! We missed your question.

    To change the font size we recommended you to add the custom CSS rather than editing in the main CSS file.
    To change the font size go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    body, input, textarea {
        font-size: 13px;
    }

    Increase/Decrease the above digit value 13 (font size) according to your needs.

    Thank you for using our theme.

    in reply to: Image grid #49978

    Hi Emily,

    To make the images for the portfolio grid square go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    .post-main .post .entry-wrap:before {
        padding-top: 100%;
    }

    Thank you!

    Hi Emily,

    Ok then please below Custom Css then.

    .post-main .has-post-thumbnail .entry-wrap:hover .entry-main {
        background-color: rgba(255, 255, 255, 0.8);
    }

    Thank you!

    in reply to: Menu Form #49975

    Hi Lavishcouture

    Can you please deactivate the plugins one by one and check once. There might be something conflict with our theme.
    Also could you please provide us the site Url? So that we can see the actual issue.

    Thank you!

Viewing 15 posts - 2,116 through 2,130 (of 3,480 total)