1. JM Lingerie - Preview released


    JA Smashboard - June Joomla 2.5 & 3.0 Responsive template Preview released


    Vote now - Choose the template types you want in coming months


    Tools & Tips - Make your Joomla site faster


User Tag List

+ Reply to Thread
 
Results 1 to 4 of 4
  1. #1
    Licensed Member Expired
    JoomlaTemplate Club Member - Personal License - 3 Months Expired

    Join Date
    Feb 2012
    Posts
    8
    Points
    18.77
    Downloads
    234
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts

    How to modify title style (CSS) of JA Popup?

    Does anyone know how to modify title style (CSS) of JA popup?

    I would like to display title "inside" or "over" images.

  2. #2

     Expired

    Join Date
    Feb 2011
    Posts
    5,103
    Points
    10,973.10
    Downloads
    2959
    Uploads
    0
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Thanks
    182
    Thanked 1,239 Times in 1,137 Posts
    Could you give me a link to your website use JA Popup?

  3. #3
    Licensed Member Expired
    JoomlaTemplate Club Member - Personal License - 3 Months Expired

    Join Date
    Feb 2012
    Posts
    8
    Points
    18.77
    Downloads
    234
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts

  4. #4

     Expired

    Join Date
    Feb 2011
    Posts
    5,103
    Points
    10,973.10
    Downloads
    2959
    Uploads
    0
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Thanks
    182
    Thanked 1,239 Times in 1,137 Posts
    You replace the code from http://photobooks.com.tw/JOOMLAja/pl...y.fancybox.css
    Code:
    div#fancy_title {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    background-color: white;
    }
    with
    Code:
    div#fancy_title {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    background: transparent;
    }

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts