opacity on hover over column images

  • Author
    Posts
  • #60355

    Hi. I would like to change the color and the opacity of the hover effect over the images on the column images on the presentation page. I am created a page in memory of someone who passed away and the gray looks morbid so I want to make it light blue. Also, I would like to change the background color of the Read More box to dark blue. Can you tell me what file these are in? Thanks

    #60636
    Zed
    Cryout Creations mastermind

    You can change the overlay color with:

    body .column-image-inside { 
       background-color: rgba( R, G, B, opacity );
    }

    https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool

    The read more buttons use the theme’s accent colors as configured in the settings.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘opacity on hover over column images’ is closed to new replies.