Forum Replies Created
-
AuthorPosts
-
Abileweb
KeymasterAbileweb
KeymasterHi
If you want your site like our demo, theme comes with demo installation please check the documentation for demo installation. It will create posts on your site. you can edit existing post as your wish from WordPress Admin > Posts > All Post.
Or
please check the article. it will help you to create new post from WordPress Dashboard: Post ArticleThanks
December 4, 2018 at 7:33 am in reply to: Some requests (display date – do not display "x comments" – increase font size) #2730Abileweb
KeymasterHi Willy,
Please send your requirement to us(info@abileweb.com) with your site details.
Thanks
Abileweb
KeymasterYes, unfortunately, there is no option for that. but sure, we can add youtube link in the footer by code. please contact us to info@abileweb.com.
Thanks
Abileweb
KeymasterHi,
You don’t want text indent to content of pages means you need to write css code in style.css file.
find the code in style file and set text-indent to 0.
.type-page .entry-content p {
line-height: 1.8;
margin-bottom: 0;
text-indent: 45px;
}
or replace the code
.type-page .entry-content p {
line-height: 1.8;
margin-bottom: 0;
text-indent: 0px;
}Thanks
Abileweb
KeymasterHi,
You can disable page title for page not for post. we will update the option in future release. Now you can disable page title for single post by css code.
.single-post .page-header {
display: none;
}This is the code for hide page title in single post.
Abileweb
KeymasterHi,
Sorry for delay, we have updated the slider auto rotating in builderio theme version 1.0.7. please upgrade it.
For Testimonial Navigation, Admin > Appearance > Widgets > Testimonial – Builderio. please active the option Activate Navigation.Thanks.
-
AuthorPosts