WallberryTheme icon indicating copy to clipboard operation
WallberryTheme copied to clipboard

Interfering with other fullscreen modules, seemingly easy fix.

Open Cam9731 opened this issue 8 months ago • 0 comments

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!

Cam9731 avatar Nov 07 '23 06:11 Cam9731