Image and title post - by juanideas - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler

  • Avatar: juanideas
    juanideas
    Participant
    August 8, 2016 at 23:53

    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!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2016 at 08:13

    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.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.