Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #643207

    Hey

    I like to make the background of the iconbox opacity. Only the background, not the title or content of the iconbox.
    Is this posible?

    This works, but also the title and content is opacity…
    .iconbox{
    opacity:0.4;
    }

    Thank you
    Daniel

    #643285

    Hey Daniel,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #646512

    Hey Jordan

    Yes, have a look at: https://magnesium-quelle.ch/

    Thank you

    Daniel

    #646742

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .iconbox .iconbox_icon {
        background: rgba(0,14,105,.55)!important;
    }
    

    Best regards,
    Vinay

    #647228

    Hey Vinay

    Thank you! I have changed to:

    #top .iconbox .iconbox_content {
    background: rgba(0,14,105,.55)!important;
    }

    now its perfect :-)

    Have a nice day and

    best regards
    Daniel

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Opacity Iconbox background’ is closed to new replies.