Can I make this page brighter

  • Posted in : Photographer
  • AOTA2025
    Participant

    Please see private comment.

    serkan
    Moderator

    Hi,
    Yes — the page looks darker because of this overlay:

    .home-wrap .ri-grid:after { opacity: 0.6; background:#111; }

    To make the page brighter, you can simply reduce the opacity (recommended). Add this CSS (or edit the existing rule):

    .home-wrap .ri-grid:after{
      opacity: 0.25; /* try 0.10–0.35 */
    }

    If you prefer an even softer bright look, you can switch the overlay to white:

    .home-wrap .ri-grid:after{
      background: #fff;
      opacity: 0.10; /* try 0.06–0.18 */
    }

    Please clear your cache after saving (and hard refresh the page) so the change shows immediately.
    Thanks

    AOTA2025
    Participant

    Sorry which css file are you talking about? :)

    AOTA2025
    Participant

    Aeound line 214 in the file I may have deleted that part?!

    AOTA2025
    Participant

    Checking back please…

    AOTA2025
    Participant

    I found the syntax in the main.css and was able to brighten the page. Thanks!

    serkan
    Moderator

    You are welcome :) We’d be very happy if you can spare a minute to rate the theme on ThemeForest. Your feedback will boost our motivation and help us to work harder on future updates.

    https://themeforest.net/downloads

    Thank you for your support.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register