Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2191923
Bod box picture
Closed

Comments

  • Romeo_Drljic started the conversation

    Hi, 

    First of all, thank you for a very good theme Soledad I have used form my portal olovka.info.

    I would like to ask you what is predefined body box image, since I would like to use it for advertisement puproses such as general sponsor of portal...

    Can I change tha size?

    I would like ti to form the advertise clickable image on the both sides of the portal page...

    Is it possible?

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for purchased our theme and loving it.

    1/ For background body boxed, you can use image with the size about 1920px width and 1000px height

    2/ To make it clicked, you need to edit the theme file, please do following steps:

    a) Add more this code like on this image:

    <a class="penci-overlay-bodyclick" href="YOUR_URL" target="_blank"></a>

    Note: You need to change YOUR_URL on the above code to the URL you want to go when users click on body boxed image - include http:// or https:// for the URL.

    b) Add more this code to Customize > Custom CSS:

    .wrapper-boxed{ position: relative; z-index: 10; }
    .penci-overlay-bodyclick{ position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 2;}
    

    Hope this help,


    Best Regards,

    PenciDesign