Site logo

Archived topic

customization changes are not effecting my website

7 replies · Started by Naama on March 15, 2023

Viewing posts 1–8 of 8

Hi, when trying to change my container width, header font boldness and color - changes are not taken into effect. So for example, when saving my container width as wider than previous, no changes are shown and the website width looks just the same. Same when I change h3 header weight from 300 to 600, nothing changes. Can you please help?

Hi there,

Any chance you can disable all plugins and custom functions except GP Premium and GenerateBlocks to eliminate conflicts from other plugins first?

Make sure to activate the parent theme if you are using a child theme as well.

Let me know 🙂

I deactivated all plugins but the two mentioned. Still the same happens.
Again, trying to change weight for H3 to be more bold but nothing changes.

Hi there,

your site is using the Gutentor (?) plugin and it is writing CSS that overwrites the theme.
For example it added this CSS:

@media (min-width: 992px) {
        .grid-container {
            max-width:1155px
        }
    }

Which is controlling the grid-container width.

And on the home page, the H3s there are also being styled by that plugin.

Yes it is. And you are right, it seems to be the one causing the problem. for some reason I forgot to disable it. Do you know if generateblocks has the same features as gutentor?

I believe Gutentor has a lot of one use Blocks. Whereas GB has blocks that you combine to create your own.

Do you know which one use blocks you use in Gutentor ?

I use post lists in my home page (which I've now replaced to generate blocks) but also TOC and other blocks...

So ToC you would have to use a different plugin for.
GB has the Query Loop for the Post lists, Accordions and Tabs.
But you can combine its blocks to create other content like Author boxes, Call to Actions etc.

This archived topic is closed to new replies.