This topic has 15 replies, 5 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
HI! i need remove all tittle in each post, example:
Home / prensa / video
Return to Previous Page (this link to)
and show transparent box tittle to see the image background, like this: http://uploadpie.com/OCTAw
can i do it?
thanks!!
my webhttp://oficinaburman.com/video/
Hello,
Try to add the following code in Theme Options->Custom CSS->Global Custom CSS.
.single-post .page-heading .title,
.single-post .breadcrumbs {
display: none;
}
.single-post .page-heading {
background-color: transparent !important;
}
Regards,
Robert Hall
Thanks!!! i will try.
juan
Hello,
You’re welcome.
Regards,
Eva Kemp.
hi! i have a couple of questions:
1. how can remove this text: Comments are closed below all post?
2. can i set by default a rev sliver in all my pages? i need that all my page have the same revolution slider call: banner (for example)
3. can i show in post grid (visual composer) all post image in 16:9 format, now is square look:http://uploadpie.com/schX3
4. Can i show with visual, post grid, all the post text, not except, and remove read more Button?
my web: http://oficinaburman.com/news/
thanks!!
Hello,
1) Please provide us with wp-admin access in Private Content.
2) You can use option ‘Show revolution slider instead of breadcrumbs and page title’ in Page Setting->Page Layout. http://prntscr.com/bwgn53
3) In this case you need upload the images in 16:9 format.
4) You can set ‘Excerpt length(words)’ in Theme Options->Blog Layout.
and add this code in Global Custom CSS or Page Setting (http://prntscr.com/bwgowq) to hide the “Read more” button.
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
display: none;
}
Regards,
Robert Hall
Thanks!!
1. how can remove this text: Comments are closed below all post? I sent my data access by private
1) In this case you need upload the images in 16:9 format.
I tried, but using visual composer to show all my post, always see a square image, look: http://uploadpie.com/B8UKB
2)I see now a “code” after post text(in each post), look same images above, what i´m doing wrong? thanks!
Hello,
1) I’ve added this code in Theme Options->Custom CSS->Global Custom CSS. Please clear cache and check it.
.post-single + p {
display: none;
}
2) Please provide us with link to the current page.
Regards,
Robert Hall
Thanks! this is the link: http://oficinaburman.com/prensa/
here you´ll see the code added after text in post, and the square image, that i need in 16:9
thanks for the last changes!!
Now is working ok!! thanks!!
I just have a little issue with video. In post, i choose format: video, and paste youtube link.
But in visual composer when i use post grid, show in text box, the link of video, (is there any way to not show this? can i show in visual composer a youtube video frame, instead of the feature images?
look: http://uploadpie.com/wxytm
2. how can i change red color read more button, to my own color?
thanks a lot!!
Hello,
We can’t access your site getting the error “The requested URL could not be retrieved”.
Please check it.
Best regards,
Jack Richardson.
can you try now? is a server issue. i can see it.
link: http://oficinaburman.com/news
2. how can i change red color “read more” button, to my own color?
thanks!!
note: i send you by private, access to admin
Hello,
Try to use this code
.vc_grid-item .vc_btn3-size-md{
background-color: #777;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
background-color: #777;
}
Regards,
Rose Tyler.
Much thanks!!!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘remove tittle in post’' has been successfully resolved, and the topic is now closed for further responses