Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30249
    andrea.iaboni
    Guest

    In my wedge-themed website, I used the call to action widget, and have used a white text that reads well against the background in desktop view. But, when I went to see how it looks in Phone or Tablet view, there is a translucent white box that makes my whole call-to-action text illegible, and I can’t find a way to remove it. Is it possible to remove it? and if not, is there a similar widget that does not have a white translusent background?

    #30250
    support
    Guest

    Thank you for contacting us, our team is happy to answer any questions you have about working with your BoldGrid website.

    The best way to remove the translucent white background is to add some Custom CSS in the Customizer to help control the display.  The following code should provide the design you are looking for on mobile displays.

    .palette-primary .call-to-action-wrapper {
    background-color: transparent;
    }

    If you have any other questions in the future please do not hesitate to ask.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Call to action widget in Wedge theme has a translucent white box that is unable to change, but only in phone/tablet view’ is closed to new replies.