Okay
  Public Ticket #1055935
Modify Sub-Header
Closed

Comments

  •  2
    Jason started the conversation

    Hi,

    I was wondering if there is an easy way to remove the sub-header from pages, blog post list, and single blog posts.

    I tried #subheader { display: none; } but it broke the header. Is there a CSS code I can add to completely remove it from the three areas listed above so it looks like "modified-sub-header"?

    Secondly, is there a CSS code I can add to change the header background color as well? (please see attached)

    Once again, thank you for your help!

    Btw, do you have a PayPal email so I can buy you a beer or two? :)

    Jason

  •  2,010
    Ocean replied

    Hi,

    1. I don't understand exactly what you want. Please, send me screenshot clearly your issue.

    I'll check and help you!

    2. you can change background color in back-end --> archi options --> header setting.

  •  2
    Jason replied

    Hi,

    No worries, I got it fixed. Please ignore this ticket and let's close it out.

    Thanks!

  •  2
    yardstudio replied

    Hi folks,


    I need disable 

    #subheader {

    /* background-image: url(http://demo.oceanthemes.net/archi/wp-content/themes/archi/images/subheader-1.jpg); */

    on some pages

    is possible disable it based by page number id ? 


  •  2,010
    Ocean replied

    Yes, it's possible. 

    Css code:

    .page-id-NUMBER ID #subheader{ background-image: none; }