Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23740

    It looks like there is a bug in the “resolve” template.  A rectangular chunk is missing from the lower right of the background on the main page.  I otherwise like the template.  Any fix I can do?

    Thanks

    #23741
    BoldGrid Support
    Keymaster

    Hi, Jonah.

    Thanks for your comment regarding the Resolve Inspiration you are using. I just installed this Inspiration on my own website to review the appearance. It looks like the rectangular box is part of the design.

    BoldGrid allows you to manipulate the CSS to provide more in-depth customization. Using Google Chrome’s Developer Console, I was able to edit the CSS live and provide the following code as a solution to changing this aspect of your site:

    .palette-primary .background-accent {
    background: transparent;
    !important;
    }

    Simply add that code to the CSS Editor in BoldGrid’s Customizer and then you will see the rectangular “accent” is now transparent/invisible. I hope this helps!

    Sincerely,

    Carlos E

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘bug in the “resolve” template’ is closed to new replies.