Post sidebar custom banner

Posted in: Newspaper
Post count: 15

I am trying to set up a custom banner for the post sidebars by choosing widgets>[tagdiv] image box>Newspaper default. Everything works OK (px size, default link etc.).
The problem is that I can only choose between Boxstyle 1.(grey filter) or Boxstyle 2. white box, which puts a small white box in the centre of my banner, hiding parts of it.
Is there a way for the original image to appear without any weird white boxes in its center ?

Post count: 15

What I get is
a. http://www.screencast.com/t/ZcDyFzWRJC9
b. http://www.screencast.com/t/rK8LggA1

What I want is this
http://www.screencast.com/t/w7mWrOATg

  • This reply was modified 9 years by George_D.
Post count: 20688

Hi,

You could do that using css. The simpler way to do it would be to use box style 2 with the title box, and hide the title – https://www.screencast.com/t/irryQIsl and the image remains default.
This is the code used, you must enter it in Theme panel->Custom Css

.td_block_image_box .td-custom-title {
display: none;
}

Please let me know if this works for you or you need further help.
Thanks

Post count: 15

It worked perfectly. Thank you for your help.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.