Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34825
    Leslie
    Guest

    I am using the Crio theme and there appears a whitish shadow around the home page text on the portrait version on a tablet and on a phone held either landscape and portrait. How do I remove this whitish box?

    #34840
    Joseph W
    Keymaster

    Hi Leslie!

    The white box that appears around the text in your Call to Action block on the home page is one of the default styles added to that area when using the ‘Wedge’ content set for Crio. That box is meant to increase the readability of the text when overlayed on the background image for smaller devices, but since that text is now white on your website it is definitely having the opposite effect.

    The best way to correct the design and remove that box is to use the Custom CSS feature available in the Crio theme Customizer. Here is a CSS snippet you can use to override the default style for that element and hide the white box:

    .wedge-cta { background: none !important; }

    Hopefully that snippet helps you achieve the design you are looking for smaller devices and please let us know if you have any other questions!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘White shadow box around home page text on phones only for Crio Wedge content set’ is closed to new replies.