Home Forums Total Change URL in Portfolio Section

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2261
    ayman.roshdy
    Participant

    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?

    #2339
    Hash
    Keymaster

    Hi,

    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.

    #2349
    ayman.roshdy
    Participant

    Thanks, I figured out that I can change the URL using a plugin for redirection

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.