• Resolved camillaangelica1

    (@camillaangelica1)


    Hi,

    my service pages all have unique header titels.
    But I only need 1 titel line.
    Therefor i have removed the other, but the seperation line still shows…

    Is there a solution for this ? 🙂

    Thanks

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    I’m not sure what exactly is your issue, unfortunately. Can you please provide some explanatory screenshots?

    You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Kind Regards, Roman.

    Thread Starter camillaangelica1

    (@camillaangelica1)

    Hello,

    here is a link;

    https://www.dropbox.com/sh/611yhwleohoi3xa/AABeWMwztMtfKbiQEVqGetgka?dl=0

    As you can see the frontpage header has a sub title (and then there is a line separating) and the main title, where on the “service” pages i only need the main titel.

    the question is : is it possible to remove the separation line on the subpages ?

    Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    .header-info .header-subtext {
        border-bottom: none;
    }

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter camillaangelica1

    (@camillaangelica1)

    Hi,

    Thanks – but is there a way to keep the line on the frontpage ? and only remove the line on the subpages ?

    Kind Regards,
    Camilla

    Hello Camilla,

    Thanks – but is there a way to keep the line on the frontpage ? and only remove the line on the subpages ?

    Try to use this CSS code instead:

    body:not(.home) .header-info .header-subtext {
        border-bottom: none;
    }

    Kind Regards, Roman.

    Thread Starter camillaangelica1

    (@camillaangelica1)

    Awesome, thanks!

    You are welcome Camilla! 🙂

    Kind Regards, Roman.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘unique header titel’ is closed to new replies.