• Resolved Ribo

    (@ribo)


    I am trying to remove the title section from all my pages. For some reason, none of my CSS attempts are working. Can someone help?

    Thanks!
    Dan

Viewing 10 replies - 1 through 10 (of 10 total)
  • What is your URL?

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Paste this CSS in Optimizer Options -> Custom Code -> Custom CSS

    .page_head .pagetitle_wrap { display: none; }

    Thanks

    Thread Starter Ribo

    (@ribo)

    Hi Layerthemes ,
    That worked great! Thanks!

    However, now I have a large blank space there. Do you know how to remove/hide that?

    Thanks!
    Dan

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Use this CSS

    .page_head{display: none;}

    Thanks

    Thread Starter Ribo

    (@ribo)

    That worked perfectly!!

    Thanks!…and great theme btw!

    I tried this and am still seeing the title. Any ideas?

    https://postimg.org/image/aclcw21ul/
    https://postimg.org/image/vlccz7t1n/

    Can’t link my url as it’s an intranet site.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi bighawkuk

    I guess you are trying to hide the Site Title text “ROSS EMEA Intranet”.

    You can upload your logo in Optimizer Options -> Basic-> Header Settings -> Logo/Header Image

    Then it will be replaced by your logo. If you don’t have a logo then paste this in Optimizer Options -> Custom Code -> Custom CSS

    .logo {
      display: none;
    }

    Thanks

    laurapushbikepa.com

    (@laurapushbikepacom)

    I am new to WP and am using the Optimizer theme. I would also like to get rid of the title header on each page (my site is: https://www.pushbikepa.com) amongst other things. I tried the plug-in: Title remover and the WP essentials fellow tried to put the code above in my CSS to no avail.

    Not sure if you can also comment on how to:

    – make the header have less depth. it is taking up half my page?
    – get rid of the small white box in my content area?

    The rest I can live with for now!!

    Thanks in advance!

    laurapushbikepa.com

    (@laurapushbikepacom)

    Well, those WP essentials guys REALLY don’t know what they’re doing because I just made your code above work! That solves two problems, the title showing and the wide header. Now to get rid of the white box in my content area…any ideas? I will make a new post if I can’t do it myself.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this inn Custom CSS

    .widgets #text-3 {
        display: none;
    }

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove Title from ALL Pages’ is closed to new replies.