White field in the Blog

Hey,

1. Is it possible to change the Color of my Box? I use a white font and the box is white.
Or is it possible to hide the box with the title?

2: Is it possible to get a popup with text in the theme when clicking on a picture?

Regards

Comments

  • Hi,
    1) Paste this code into the Theme Options > Custom CSS & JS > CSS
    .grid .post-item{
    background:Transparent !important;
    }

    2) You can create a popup with this code, paste it into the Column item.

    [button title="Button" link="#you-custom-id" target="_blank" class="" download="" rel="lightbox" onclick=""]
    <div id="you-custom-id" style="display:none">CONTENT HERE</div>
    Thanks
Sign In or Register to comment.