• Hi,
    how can I change that the TITEL + Describtion of the Pictures are in the Center (not on top like now)?

    &
    how can I change when I click on it and it pops up, here I wanna change the font + fontsize of both: titel & describtion.

    Thanks a lot

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @kalipipsy,

    You can get the both questions done by using custom css styles. As you’ve provided the website url, I’d provide the exact styles you should put in your gallery settings section:

    
    #crp-content-2 .details26 .details {
        opacity: 0 !important;
        -webkit-transition: opacity 0.3s ease-in-out !important;
        -moz-transition: opacity 0.3s ease-in-out !important;
        transition: opacity 0.3s ease-in-out !important;
    }
    
    #crp-content-2 .details26:hover .details, .details26:focus .details {
        bottom: auto !important;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        justify-content: center !important;
        opacity: 1 !important;
    }
    
    #crp-content-2 .details26 .details * {
    text-align: center !important;
    }
    
    .lg .lg-sub-html h4 {
        font-size: 40px;
        font-family: 'Quicksand',sans-serif;
        max-height: auto !important;
    } 
    
    .lg .lg-sub-html p {
        font-size: 20px;
    }
    

    In case the issue exists, please re-open the topic.

    Thread Starter kalipipsy

    (@kalipipsy)

    Hi, I tried it, copy & paste and then saving it. But when I open it again, nothing is saved and it’s still the same. no changes.
    I cleared the cache and it says I am up to date with the ‘Version 1.8.37’, my license is activated, too.
    What to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Title Position + Pop Up Title Font’ is closed to new replies.