Site logo

Archived topic

Styling Faceting Headline

3 replies · Started by Nico on February 5, 2022

Viewing posts 1–4 of 4

Dear GP team, our relaunch has now been completed yesterday, also thanks to your help.

We just have a small problem left with our shop faceting headlines.

As you can see on "old" page (see private area for link and screenshot), the headings are underlined and provided with some space.

For comparison, see also the link to our relaunched (new) Generate Press page and the screenshot in the private area.

Could you help us with the adjustment again? We realize that this work does not directly involve the GeneratePress support area. So of course not a MUST!

Sending greetings from Germany to the whole team
Nick

Hi there,

try adding this CSS:

.sidebar .widget h2.widget-title {
    display: block;
    border-bottom: 4px solid #00A1B7;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

Hello David!

Thank you for the great help. It works (as always) perfectly.

Have a nice weekend and warm greetings from Germany
Nico

You're welcome!

This archived topic is closed to new replies.