• Resolved lekjaz

    (@lekjaz)


    Hello,

    I would like to edit a small part of the primary content page template for the Customizr theme, but I am unsure how to do this. I put a picture of the element I would like to change on this shortened link: https://goo.gl/PWnGKY. This element takes up too much screen real estate and does not really add anything to the page layout. The breadcrumb is desirable, but the page name and icon are unnecessary.

    I believe this element lies in the class-content-content.php page template and involves the “entry-title.format-icon” class but I don’t want to edit the template willy nilly and cause more problems than I can solve with my limited (ok, non-existent) PHP knowledge. If anyone can provide some detailed assistance I would be very grateful!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this CSS:

    .entry-title{display:none;}

    Thread Starter lekjaz

    (@lekjaz)

    @rdeliconsulting – thank you! That worked beautifully. Guess I need to get up with it and learn some PHP.

    All the best,

    Greg

    Start with CSS – that’s the first challenge! ??

    Assuming it is resolved, can you set this as [resolved] please. (Dropdown in right sidebar) Helps monitoring what problems are still outstanding. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page layout element simple change’ is closed to new replies.