Announcement

Collapse
No announcement yet.

How to adjust text background transparency in Miva 10 Page Builder?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to adjust text background transparency in Miva 10 Page Builder?

    Miva-Forum-Question.jpg

    We want these text backgrounds to NOT be a solid block, rather semi-transparent. Within the Advanced tab for this component, there appears to be an adjuster of transparency for text background, but adjusting the slider does not yield any result. What may I be overlooking here?

    Miva-Forum-Question-2.jpg

    #2
    It looks like you are using the Image Across component and that is the button with custom text. The component button has set styling that does not included a transparency effect.

    To achieve a transparent background for the image across component buttons would require you to activate the mmx-customizations CSS resource then add the CSS needed to make the button transparent, something like this:


    Code:
    mmx-image-across {--mmx-color-primary-bg: rgba(255, 255, 255, 0.5); }
    If your button has the primary color selected in the component then the button background will be a 50% transparency of white using the above code.

    mmx-custom.JPG

    Nicholas Adkins
    Technical Training Specialist / Miva, Inc.
    [email protected]
    https://www.miva.com/mivalearn

    Comment

    Working...
    X