Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi,
Just go to Appearance > Customize > Additional CSS and paste below custom CSS code and save it
@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 above HEX color code
#ffffff
to your own HEX color code to change the featured slider content color on mobile version.Theme Horse Support Team
KeymasterHi
Yes this theme’s style.css loads after the bootstrap.min.css
Can you please provide us your site URL? So that we can investigate the issue?
We have remove your second reply as the image link is not working.Thank you!
Theme Horse Support Team
KeymasterSorry! what you did and where you see that message can you please clarify?
Thank you!
Theme Horse Support Team
KeymasterHi,
Which theme you are using?
Thank you!
Theme Horse Support Team
KeymasterHi Tamara,
Just go to Appearance > Customize ▸ Design Options > Custom CSS add below custom CSS code to hide the Read More button:
.bdp_blog_template a.bd-more-tag { display: none; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterWelcome anytime @bluewjunk
Theme Horse Support Team
KeymasterSorry! We have not developed Zerif Lite theme.
Please contact to the main author of Zerif Lite theme.Thank you!
Theme Horse Support Team
KeymasterHi,
Sorry! We only provide the support for our themes.
As of your request you need a professional who knows all database stuff.Thank you!
Theme Horse Support Team
KeymasterHi,
To remove the title and description when you hover over the post just add below custom CSS code in Appearance > Customize > Additional CSS
.post-main .has-post-thumbnail .entry-wrap:hover .entry-main { display: none; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterYes you have to set the featured Image.
Great that you figured it out.November 8, 2018 at 5:00 pm in reply to: Increasing the size of the main content area of posts and pages #58742Theme Horse Support Team
KeymasterHello Jack,
Yes it impact to all the page/post that have not sidebars.
Thank you!
Theme Horse Support Team
KeymasterHi,
You can not set the content for post
Grid
view. However, you can change it if you have set the post layout toList
viaCustomize > Layout > Post Layout
Just add the excerpt content by editing your post.Thank you!
November 8, 2018 at 7:42 am in reply to: Increasing the size of the main content area of posts and pages #58733Theme Horse Support Team
KeymasterHi Jack,
To increase the width for the page/post which have not sidebar just go to customize > Additional CSS and paste the code below:
@media (min-width: 992px) { .site-content .row .col-lg-8:last-child:not(first-child) { -ms-flex:0 0 80%; flex: 0 0 80%; max-width: 80%; } }
Note: Change the above
80%
value to your own width for the content-areaThank you!
Theme Horse Support Team
KeymasterHi,
Can you please provide us your site Url? So that we can see your site and provide your the exact code to disable the breadcrumb.
Thank you!
Theme Horse Support Team
KeymasterHi,
Please go through this documentation to set the slider. If you get any problem setting up the slider then let us know with you site Url.
Thank you!
-
AuthorPosts