• Resolved Dukester

    (@dukester)


    I love the customizable theme but the “Cityscape” image that resides behind each pages title area (just below the menu/header) does not work for my site at all! How can I get rid of it? I have looked everywhere in the customize area and all the other normal places to look. I am not a coder so don’t know CSS style sheets etc. and am loathe to poke around in them. My site is https://www.rmairport.com (but am cycling through themes at the moment so customizable may not be applied).Can somebody help a brutha out please? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Dukester,

    How are you doing today?

    If this is the part you’re looking to remove https://screencast.com/t/FTeKjwH4MnjB you can do that with some custom CSS. The easiest way to do that would be to add it in your site using the following plugin

    https://www.ads-software.com/plugins/simple-custom-css

    Once the plugin is installed and activated you can add this code to Appearance >> Custom CSS:

    .customize-breadcrumb {
    background: none;
    }

    This will completely remove background on that part of the page. If you want to replace that image with the color you can achieve that by adding the following:

    .customize-breadcrumb {
    background: #000;
    }

    Replace the color hex value (#000 which is black) with the color of your choice. This should replace the image with the color of your choice.

    Hope this helps ??

    Cheers,
    Bojan

    Theme Author FasterThemes

    (@fasterthemes)

    Closing as this has been resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme: Customizable Title Background image removal’ is closed to new replies.