Okay
  Public Ticket #1037340
Different Header Sytle on different Full Screen Rows?
Closed

Comments

  •  2
    LONE_Manufaktur started the conversation

    Hi Guys,

    can i have different styled headers on different full screen rows of a onepager?

    For example: 

    The front page / first full screen row should have no header,
    the second full screen row should have a header with a white background,
    the next schould have no header again,
    and the next full screen row should have a header with a black background.

    can i use css like the code snip below to adress the row id or the row name instead of the whole page?

    .page-id-??? #header-space , .page-id-??? #header-outer {
    display:none;
    }
    .page-id-??? #header-space , .page-id-??? #header-outer {
    display:none;
    }

    i thought it would be genious to try: .row-id-xxx ... but ... doesnt work *cry* :)

    or do you have another helpful solution? 

    thanks again in advance

     

  •  8,998
    Tahir replied

    Hey Again,

    This would likely require a custom JS Solution and is not possible with css alone .

    Best. 


    ThemeNectar Support Team