Hello,
I've been using this module with another fullscreen_below module and it seems that the css in this module is applied to others in that region as well.
I fixed the issue by changing the top portion of CSS in the WallberryTheme.css file from .body to .module.Wallberry theme. The resulting section of CSS is shown below.
.module.WallberryTheme { margin: 60px; color: #fff; font-family: "Rubik", sans-serif; font-weight: 400; font-size: 27px; text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.6); line-height: 1.5em; -webkit-font-smoothing: antialiased; }
I figured I'd put this issue up in case anyone tries something similar, and this seems like an easy change that doesn't impact any other functionality.
Thanks for the useful module!
Hello,
I've been using this module with another fullscreen_below module and it seems that the css in this module is applied to others in that region as well.
I fixed the issue by changing the top portion of CSS in the WallberryTheme.css file from .body to .module.Wallberry theme. The resulting section of CSS is shown below.
.module.WallberryTheme { margin: 60px; color: #fff; font-family: "Rubik", sans-serif; font-weight: 400; font-size: 27px; text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.6); line-height: 1.5em; -webkit-font-smoothing: antialiased; }I figured I'd put this issue up in case anyone tries something similar, and this seems like an easy change that doesn't impact any other functionality.
Thanks for the useful module!