• Hi,

    I have creat a Su Box:
    [su_box title=”Flyers” style=”noise” box_color=”#adbf2d” radius=”1″]

    This Box Works fine and its green the way i want. But inside the contente i want it to have a background transparente. How can i do that ? So the background of the main site its visible.

    Best Regards

    https://ww.wp.xz.cn/plugins/shortcodes-ultimate/

Viewing 4 replies - 1 through 4 (of 4 total)
  • can you post the link where you get this result. It would be easy to figure out then

    Thread Starter rhercules

    (@rhercules)

    Thanks for the reply 🙂

    Link is:
    https://rbarcia.pt/portefolio/flyers/

    What i want is the backgroung to be transparent.
    Not bad the way it is but would like to know how to do that 😉

    Regards

    .black > .su-note {
    height: auto !important; /* !important is used to force override. */
    width: auto;
    margin: 2 2 2em 2%;
    border-color: rgba(0,0,0,0.85);
    border-width: 2px;
    border-style: solid;
    }

    .black > .su-note-inner {
    height: auto !important;
    padding: 1em;
    border-width: 1px;
    border-style: solid;
    background-color: #000000;
    background-color: rgba(00, 00, 00, 0.5);
    }

    Add these to your settings css in the shortcodes plugin section, or the main css for your theme. i prefer the former because it’s more portable for other pages i am making.

    in this case you could call it with [su_note class=”black” note_color=”none” text_color=”#ffffff”] and change the border to be .. whatever.

    Thread Starter rhercules

    (@rhercules)

    Thanks i’ll ty that 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Background Transparent’ is closed to new replies.