Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
Keymaster@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.
Theme Horse Support Team
KeymasterHi 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!
February 14, 2017 at 7:45 am in reply to: Change colour blocks and text when hovering over homepage images #49977Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi Wang,
To make the promo box picture clear please addd below custom CSS go to Appearance > Customize > Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (max-width: 1078px) { .widget_promotional_bar .promotional_bar_content { background-attachment: scroll; } }
Thank you!
February 9, 2017 at 10:21 am in reply to: Change colour blocks and text when hovering over homepage images #49904Theme Horse Support Team
KeymasterHi Emily,
To make the block slightly transparent when hover over and to change just the text over it to white you have to add custom CSS go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.
.post-main .has-post-thumbnail .entry-wrap:hover .entry-main { opacity: 0.8; -moz-opacity: 0.8; } .post-main .post .entry-main .entry-title a, .post-main .post .entry-main p { color: #fff; }
Thank you!
Theme Horse Support Team
KeymasterHi Timothy,
Did you created a layer as described here
If not follow this doc and let us know.Thank you!
-
AuthorPosts