Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes you can create links in titles. If you are using ‘Title from Alt’ the you can give the linking image an Alt text like

    <a href='https://my.link.ed/page/'>read more</a>

    If you find that using single quotes (‘) does not work, then try double quotes (“) or even without quotes.

    To place the title above the frame, you will have to figure out what CSS rules would do the trick. Install Jetpack and activate the Custom CSS feature then try the following rule on the Edit CSS admin page.

    .fancybox-title-float {
    bottom: auto;
    top: -20px;
    }
    Thread Starter carlytx

    (@carlytx)

    thanks I will try it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘title question’ is closed to new replies.