• BUG https://clip2net.com/clip/m133812/97f97-clip-467kb.jpg

    How can this setting be adjusted?
    $theme_lpboxesbg ?

    on light images the border remains visible, the color of this option is color-bound:
    Colors > Landing Page > Boxes (theme_lpboxesbg), this works fine

    but you are using automatic color change
    can this be disabled?

    roseta\includes\custom-styles.php
    line 1282:

    .lpbox-rnd<?php echo absint( $i ) ?> { background-color: <?php echo esc_html( cryout_hexdiff( $theme_lpboxesbg, 50+5*absint( $i ) ) ) ?>; }

    roseta\admin\defaults.php
    line 152:
    “theme_lpboxesbg” => “#eceff2”,

    FIXED
    https://clip2net.com/clip/m133812/09a80-clip-376kb.jpg

    roseta\includes\custom-styles.php
    line 1282:
    .lpbox-rnd<?php echo absint( $i ) ?> { background-color: <?php echo esc_html( $theme_lpboxesbg ) ?>; }

    I hope you fix this bug

  • The topic ‘Problem with blocks on the landing page’ is closed to new replies.