• Resolved samilahti

    (@samilahti)


    Hello,

    I was very happy a year ago to find how to put gradient color on the page top. Now, I would like to get rid of that, but cannot find anymore how to control it ??

    I have tried to remember it and searched several hours that where it was, no luck – can anyone give pointers on where it is set?

    thanks,
    Sami

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you sure, the page background gradient, is a setting in one of the Getwid Blocks? That does not sound plausible to me. My guess it that is a theme or page setting. Have you checked Appearance > Customer or maybe some sort of page settings (that’s theme dependent) in Gutenberg?

    /Bjarne

    Thread Starter samilahti

    (@samilahti)

    Yes, I have. we are also using the Getwid theme. Cannot find it anywhere.

    Where do I find page title settings in WordPress?

    @samilahti – take a look at this post:
    https://www.ads-software.com/support/topic/how-can-i-hide-page-title-while-it-still-shows-in-the-menu-bar/

    Any chance you’ve added the gradient to you site as custom css?

    Here’s the line you should be looking for:

    .site-content {
            background: linear-gradient(to bottom, #e2f0d9 0%, rgba(255, 255, 255, 0) 304px);
        }

    Let me know if that helps.
    Bjarne

    Thread Starter samilahti

    (@samilahti)

    Thanks Bjarne for trying to help.

    Putting this to custom CSS:
    .site-content {
    background: none;
    }

    removed it.

    Probably the setting is still somewhere there and this custom CSS overrides it.

    Would be nice to know where it is – maybe somewhere where page or post title formatting is.

    Sami

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Gradient color on title background’ is closed to new replies.