• Can you please help me with the following
    Resolve
    http://subtlett.com/

    1. I would like to remove the white line on the background.
    2. When I scroll down on the homepage I don’t want the white space.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Add this custom css:

    .palette-primary .line-lg {
        border-top: none;
    }

    To add custom CSS:
    – If you have a child theme you can add the CSS to the style.css file.
    – If you are using WordPress 4.7 you can use the “Additional CSS” option in the Customizer.
    – If your theme has a custom CSS option you can use that to add the CSS.
    – If you have Jetpack installed you can enable its Custom CSS module.
    – Otherwise you can install a plugin like https://wordpress.org/plugins/simple-css/.

    2. That’s where your post should be. Since you’re using a commercial theme we recommend you go to their official support channel so you can get support from the people who know it best.

    https://www.boldgrid.com/support/

    Forum volunteers are also not given access to commercial products, so they would not know about the theme functionality or configuration. The vendors are the best resource for support of commercial products.

    Hi,

    1. This class Presents in the header.php Remove it or Change the CSS line-lg
    2. You are using the same template for all the pages, which makes white background appears in the footer. Use the New template for Home page or Rewrite the Stylesheet for Homepage

    .home .line-lg {
    border: medium none;
    }

    which removes the White line on the background in the Homepage alone.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Background’ is closed to new replies.