This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
Hi! i have a issue with my project.
My client want show his logo center in top. with no menu bar and a paper texture in background. Then you give me this code to do it.
.st-content {
background-image: url(“http://oficinaburman.com/web/wp-content/uploads/2015/08/fondo-papel-bruman1.jpg”) !important;
}
.responsive-sidebar-bottom {margin-bottom:0px!important}
.header {display:none!important;}
And then to show a logo like he want, i load a logo by revolution slider and look:
**But when i add a post page, the feature image place above the logo(added by revolutions slider)
1. is there any best way to show a logo centered on top with no menu bar : like this: http://uploadpie.com/Fmkyu
otherwise:
2. can i show a single post page, with no feature image and tittle?
and just, show the feature image and tittle in post masonry visual composer widget (in the page call blog) like this: http://uploadpie.com/6CcFp
Thanks!! i send you too access data!
Hello,
You can add this code in Custom CSS:
.blog-post .wp-picture{
display: none;
}
.blog-post h6.active {
display: none;
}
.blog-post .entry-title {
display: none;
}
.single-post .page-heading {
display: none;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up