Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Hover Box Element

Viewing 6 reply threads
  • Author
    Posts
    • #32850
      ЮлияЛеди4
      Support Expired

      Здравствуйте!

      Подскажите, пожалуйста, как мне затемнить картинку, чтобы текст был лучше виден? http://prntscr.com/on0wfd

      http://prntscr.com/on0x28

      С Уважением, Юлия

    • #32856
      Harry
      Support Expired

      Hi,

      please add below code to claue > theme option > general layout > custom CSS

      .vc-hoverbox-block.vc-hoverbox-front::after {
      	width: 100%;
      	height: 100%;
      	background: rgba(0,0,0,0.6);
      	position: absolute;
      	content: '';
      	z-index: 0;
      }
      .vc-hoverbox-block.vc-hoverbox-front h2 {
      position: relative;
      z-index: 99;
      }

      and change rgba(0,0,0,0.6) with your RGB color as 0,0,0 and opacity from 0.0 – 1.0

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #32862
      Harry
      Support Expired

      Hi,

      Please reply on this topic.

      You code not correct

      background: rgba(0,0,0,1.0);

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #32863
      ЮлияЛеди4
      Support Expired

      Это очень темно получилось :-)))) http://prntscr.com/on8td9

    • #32864
      ЮлияЛеди4
      Support Expired

      Я поменяла на rgba(160,69,0,0.3) и стало на много лучше ;-))

    • #32865
      ЮлияЛеди4
      Support Expired

      Хотя слишком затуманил картинку. Дайте, пожалуйста, лучшей код 🙂

    • #32867
      Harry
      Support Expired

      I’m not sure what you want but i think rgba(160,69,0,0.3) is ok.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 6 reply threads

You must be logged in to reply to this topic.