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.
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.
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.
You are welcome Camilla! π
Kind Regards, Roman.