Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #708588

    Found a similar topic but the code didnt work https://kriesi.at/support/topic/enfold-full-screen-slider-button-size/

    We need the full screen slider button on our homepage to be 2x bigger, thanks !

    #708615

    Hey kilimats,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    adjust the scale value from 0 to any number including decimal like 1.5 etc.

    #top .avia-slideshow-button {
        transform: scale(2);
    }
    

    Best regards,
    Vinay

    #708619

    Thanks! It worked but only when the slide in animation is over, giving a pop up effect to the button, can the size be changed during the animation too ?

    another issue i notice is the text “LONG TERM PROFITABILITY EMOTION FREE.” on the mobile view is quite small, how can we make the text bigger for mobiles ? desktop size is fine as is

    • This reply was modified 8 years ago by yingyang.
    #708643

    Hey!

    I loaded the web site and I can see the button been big from the start.
    Please clear cache and check it out.

    Cheers!
    Basilis

    #708718

    Weird, i even went to a different computer, forced a refresh with CTRL+F5 and even used a new browser and still the button starts small when sliding in and then pop 2x the size, can you verify once more?

    #709330

    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: 20px;
    }
    

    Best regards,
    Yigit

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