Pop up Window when Ad is clicked

Posted in: Newspaper
Post count: 76

Hi,

1) Is it possible to have a Pop up Window when Ad is clicked?
Or it is must be an image?
I am trying to make a popup box to appear when ad below the Grid is click. Kindly advice.

2) How can I add a underline for FREE TRIAL at the footer? Below is the code I have, would need your help to add a underline for FREE TRIAL.

.footer-text-wrap p:last-child, .footer-text-wrap a{
color: white!important;
font-size: 20px;
}

Link: sansan.qriosity.com.sg

Thanks!

Post count: 7909

Hi,

1. The theme doesn’t have such an implementation and you will need custom modifications and I suggest to get someone to help you with it. If you only want to open the link in another tab/window just add target="_blank" to your link – http://www.w3schools.com/tags/att_a_target.asp
2. Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/bYeVobCjqw

.footer-text-wrap p:last-child a {
text-decoration: underline;
}

If you need more assistance regarding this or you have other issues with the theme please note that we will get in touch with you Monday – http://screencast.com/t/5EQlEtXSFCp

Thanks for understanding! Happy new year!

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