Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1174311
CodeUs Theme Header
Closed

Comments

  • koberheim started the conversation

    Hello, Id like to remove the header on the codeus theme and use a layer slider instead.

  • [deleted] replied

    Hi. Can you pls provide more details with screenshots?

  • koberheim replied

    Hi Max,

    I would like to remove the entire "green line" section above the layer slider. Is there an easy way to do this?

    Thank you, katie

  • [deleted] replied

    You can activate slider in page settings and hide title with next code in Custom CSS in theme options:

    body.page-id-123 .page-title-block {
        dislay:none;
    }
    

    Where "123" is id of page.

  • koberheim replied

    Hi Max,

    Sorry for another response. I tried on one page and couldn't get to work. Is there anyway to make effective for all pages, or maybe you can tell me what I am doing wrong? Thanks in advance. Katie


  • koberheim replied

    Sorry Max, wanted to include this.

  • [deleted] replied

    Where I can see your problem?

  • koberheim replied

    Hi Max,


    The site is www.kenilworthcreations.com

  • [deleted] replied

    As I understand you want to remove title block and display slider for all pages. I need ftp acces for this. I need to change code of header.php template file.

  • koberheim replied

    Hi Max,

    Thanks for your help. I was copying\pasting exactly what you typed and the "P" was missing from DISPLAY. I figured out now. Just wanted to say thank you, 


    Best, katie


  • koberheim replied

    Hi Max,


    Is there code to hide the footer?


    Thanks, katie

  • [deleted] replied

    Do you what to hide on all page or one?

  • koberheim replied

    Hi Max,

    On all pages.


    Thanks katie

  • [deleted] replied

    Try to use this option: