• Hi,
    Beginner, I`d like to suppress some info of my page, so, I’ve to learn.
    My question : How to learn about it ? which topics ? Some links ?
    Picture of wanted modifications
    Thanks

    nb:
    _ Theme : Responsive + Responsive Child theme , WP 4,1
    _ I already changed colors of background (Appearance/ stylesheet.css of Responsive Child theme : copy and modification of div #wrapper). working

Viewing 1 replies (of 1 total)
  • Hey there vouty,

    Hope you’re well today!

    You can remove sidebar from your pages in Appearance >> Theme Options >> Default layouts and then setting fullwidth for your static pages https://screencast.com/t/dDXAYwcQM.

    To remove the breadcrumbs part and reduce font of the page title please add this to Appearance >> Theme Options >> CSS Styles >> Custom CSS:

    .breadcrumb-list {
    display: none;
    }
    
    h1.entry-title.post-title {
    font-size: 2.625em;
    }

    First part will remove the breadcrumbs and in the second part is the original size of the font, reduce it to what ever suits you the most.

    Hope this helps ??

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme Responsive]How to eliminate info of my page ?’ is closed to new replies.