Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, you can use yoour browsers Indpection tool by right-clicking on your website to view the CSS currently being applied to any element.

    To modify the area you have requested, you could add this to your child theme CSS:

    .page-id-15 .page-title.style-image { background: none !important; }

    I have used !important as that background image is being applied inline so it needs overriding, but only on this specific page.

    To modify the title you can use this:

    .page-id-15 .style-image h1 { color: #333; text-align: center; }

    Hope this helps.

    Thread Starter punit2502

    (@punit2502)

    Thanks ThemeSumo

    @punit2502: Sorry, but you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme – https://themeforest.net/ – for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.

    These forums are for free themes available in the WordPress theme directory at https://www.ads-software.com/themes/. See https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products

    @themesumo: we do not support ThemeForest themes in these forums; please don’t answer such questions and point the OP to their own theme support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘disable post title background’ is closed to new replies.