Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #629967

    Hi all,

    how can I change font size (and color) of the “Button 1 Label” element at the full screen slider?
    Thanks
    Stefan

    #630674

    Hey beenee,

    are you talking about title? if yes use this code inside of Quick CSS field:

    h2.avia-caption-title {
    font-size: 50px !important;
    color: red !important;
    }
    

    Best regards,
    Andy

    #630693

    Thanks Andy,

    no not the title, this can be solved within the actual fullwidth slider caption menu.

    I mean the one at the bottom, which on the first slide on the given website reads “leinen los”.

    S

    #631370

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #top .avia-slideshow-button {
        font-size: 14px;
        background: orange;
        color: red!important;
        border-color: purple!important;
    }
    

    Best regards,
    Yigit

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