• I’m having trouble having the title show up and highlight when I scroll over the picture (just like the demo catalog on your website). I tried just copy pasting the source but it won’t work. Currently, the code I am using is

    .catablog-row {
    float: left !important;
    display: inline !important;
    }
    .catablog-title {
    font-family: arial! important;
    font-size: 12px !important;
    height: 100px !important;
    color: #f1f1f1 !important;

    but I would want the title to be on the top left of the picture or the highlight thing. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author macguru2000

    (@macguru2000)

    Hi curiouskat,

    If you assign the gallery template and remove the customizations do the titles work like on the demo page? If so this small snippet of CSS code should be placed into your theme’s style.css file to make the title start on the top of the thumbnail.

    .catablog-title {
      top: 0px !important;
      bottom: auto !important;
    }
    Plugin Author macguru2000

    (@macguru2000)

    Also an example link would help me further diagnose your problems.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title not inside picture and doesn't highlight when scrolled over’ is closed to new replies.