Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48659
    Teresa
    Guest

    Can you tell me how to remove the overlay on the top of the page. I’m also still having issues with the responsiveness between mobile devices like tablets and phones. The slider converts fine but adjusting the pages padding, margins, and font sizes doesn’t seem to help. I adjust one and other devices are still affected despite selecting specific devices.

    #48685
    Brandon C
    Keymaster

    Hi Teresa,

    Thank you for reaching out and thanks for using Crio Pro WordPress theme!

    The overlay in your theme is directly tied to the Inspirations template you set up when you first launched your website. In order to remove it you need to use a bit of custom CSS. Just navigate from your WordPress dashboard to Appearance < Customize < CSS/JS Editor and add this snippet:

    body.home.inspirations-theme-73:after,
    body.home.inspirations-theme-73:before {
    content: none;
    }

    That should resolve the issue of the overlay in the “Hero” section of your homepage. As far as your website’s mobile responsiveness I always suggest developing with a mobile first design approach. That way you’re building your site for mobile screen sizes as a priority, then scaling those elements up to fit larger sizes.

    BoldGrid Post and Page Builder uses responsive utilities to help you develop for different screen sizes. Start with the smallest screen size and when you’re satisfied with your block layout for that screen size continue to scale up using the responsive utilities to adjust for larger sizes as you go.

    It may seem like a lot of work at first but it will definitely save you time and headache in the long run.

    I hope this helps. Please reach back out if you have any other questions for us.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the overlay at the top of the homepage in my Crio WordPress theme?’ is closed to new replies.