- This topic has 2 replies, 2 voices, and was last updated 7 years, 3 months ago by ayman.roshdy.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- March 9, 2017 at 8:32 pm #2261ayman.roshdyParticipant
In the portfolio section there is a small icon for the link of the image, so when the user clicks on it he can open the post related to this image
What I need to do is to use the link to open another page in the website, I figured out that I should add something like:
.ht-portfolio-caption
a.ht-portfolio-link {
url(http://www.google.com);
}The CSS classes are correct but probably the url() is wrong, so do you know what to use here?
March 13, 2017 at 9:44 pm #2339HashKeymasterHi,
You can not open the link to open external page. The CSS you are taking about is to change the background of the icon box.
March 13, 2017 at 9:58 pm #2349ayman.roshdyParticipantThanks, I figured out that I can change the URL using a plugin for redirection
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.