Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterGreat that you resolved it. đŸ™‚
Theme Horse Support Team
KeymasterHi Lindaspiller,
Just upload the logo as per your size and to centered the logo just add below custom css into Customizer > Additional CSS
#site-title a img { margin: 0 auto; display: block; }
Thank you!
Theme Horse Support Team
KeymasterGreat that you solved it.
Theme Horse Support Team
KeymasterHi Ekatoenteka,
If so just replace last replied CSS code with below one
.post-main .has-post-thumbnail .entry-wrap:hover .entry-main { opacity: 0.6; -moz-opacity: 0.6; filter:alpha(opacity=60); }
Thank you!
Theme Horse Support Team
KeymasterHi Pierre,
For this it needs code customization you need to hire a developer.
Thank you!
Theme Horse Support Team
KeymasterHi Dennis,
We have checked by our end and there is no such issue here.
It may be some plugins conflict, So could you please try deactivating the plugins one by one also remove any manually added javascript that you have added into your site via widget, iframe, etc..Thank you!
November 27, 2017 at 6:05 am in reply to: How can I change Font-size(or type or line-height) for content part? #54227Theme Horse Support Team
KeymasterHi pentalogia,
Great that you solved. If you have and issue please let us know.
Thank you!
November 27, 2017 at 6:02 am in reply to: Nav Menu auto-generates with all pages (primary navigation padding issue?) #54226Theme Horse Support Team
KeymasterHi Mgeders,
Yes you have to create a menu with nothing and assign it to primary. If not set all the pages will be listed as default menu item.
If you want to reduce the padding just make it clear which space you want to reduce so that we can provide you a exact css code to reduce it.Thank you!
November 27, 2017 at 5:58 am in reply to: team widget does not apply proper styles based on number of team members #54225Theme Horse Support Team
KeymasterHi Bill,
The default column value for our team widget is fourth and there is no option to change it to another. Whenever you set the number of team and filled all the content accordingly it will add next team member with its data but it will not change the column layout which is fourth.
Also I could not understand how you are trying to show the content area as centered?Thank you!
Theme Horse Support Team
KeymasterHi Mhill,
Can you please provide us the site URL? So, that we can check it from our end.
Also please view our demo of Ambition theme on your same environment to see is there same issue or not?Thank you!
Theme Horse Support Team
KeymasterSorry! Try adding below custom css too.
.post-main .has-post-thumbnail .entry-wrap:hover .entry-main { opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
Thank you!
November 23, 2017 at 10:36 am in reply to: How can I change Font-size(or type or line-height) for content part? #54144Theme Horse Support Team
KeymasterHi Pentalogia,
Just add the below custom css code to change the font size for content area only.
#primary #content .entry-content { font-size: 21px; line-height: normal; }
Thank you!
Theme Horse Support Team
KeymasterHi Pierre,
Please go to ./inc/structure/content-extentions.php on line no. 140 there you will see the below line of code.
<p><?php echo substr(get_the_excerpt(),0,126); ?></p>
Change the above character count value 126 as per your need.Thank you!
Theme Horse Support Team
KeymasterHi @ekatoenteka,
Just add below custom css and image will be fade while hover on it.
.post-main .has-post-thumbnail .entry-wrap:hover { opacity: 0.6; -moz-opacity: 0.6; filter:alpha(opacity=60); }
Thank you!
-
AuthorPosts