Site logo

Archived topic

Border Management?

3 replies · Started by Sneaky on May 23, 2022

Viewing posts 1–4 of 4

Where do I set the border size and colour for the top bar, the header, the footer etc? E.g bottom border, top border etc

Where do you edit and manage borders for specific elements?

There appears to be a missing style element within the theme options customiser?

If this is not a feature, then why not?

Hi Sneaky,

For some customizations like borders for the Top Bar, you would need custom CSS.

For instance, you may try adding a CSS code like this in Appearance > Customize > Additional CSS:

.top-bar {
    border-top: 4px solid #000;
    border-bottom: 4px solid rgb(255,0,0);
}

As to why some customizations are not available in the customizer, we try to keep our theme and plugin lightweight for speed purposes. Having a bulkier theme/plugin often correlates to a slower one. We try to only include customizations that are tantamount or requested by numerous customers.

In any case, our customer support includes leading you towards the right direction when it comes to custom CSS codes.

See here for what our support includes: https://generatepress.com/what-support-includes/

If you’ll need assistance with Theme specific CSS, we’ll be here gladly to assist.

Hope this clarifies. :)

Sure does, thanks :)

You’re welcome Sneaky! :)

This archived topic is closed to new replies.