Home Forums Themes Support Change Color for Services on Formota Theme

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10688
    reesmedia
    Supported

    I have attached an image of the Haru Banner element for the Services page in the Formota Theme! I need to change the gold box to another color but I have not been able to track down the option to change that! If you can point me in the right direction, that would be greatly appreciated!

    #10689
    reesmedia
    Supported

    Image didn’t attach so replying here with the image.

    Attachments:
    You must be logged in to view attached files.
    #10691

    Hi,
    Thanks for contacting us and choosing our product!
    This color inherit from Primary color from Theme Options -> Color Scheme.
    If you want to change color of this box only please go to Appearance -> Customize -> Additional CSS & add this code:

    .banner-shortcode-wrap.style_2 .banner-content-wrap:hover .banner-content-inner .banner-content {
       background-color: #fff;
    }

    You can change #fff to another color.
    Here is the document of the theme: https://document.harutheme.com/formota
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #10696
    reesmedia
    Supported

    That worked but now the transparency is gone! Is there a way to maintain the transparency while changing the color?

    #10697

    Hi,
    You can change to this code:

    .banner-shortcode-wrap.style_2 .banner-content-wrap:hover .banner-content-inner .banner-content {
       background-color: rgba(255,255,255,0.8);
    }

    You can change 0.8 to another value (less than or equal 1)
    Here is the tool to help you change hexa color to rgba color:
    https://rgbacolorpicker.com/hex-to-rgba
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #10700
    reesmedia
    Supported

    That’s perfect and gives me the control I need to find the right feel! Thank you!

    #10701

    Thanks for your feedback!
    If you like Formota please vote 5* for it to help us improve our theme in the future!

    ****
    Best regards,
    HaruTheme

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

You must be logged in to reply to this topic.