hi. how can i upsize the button inside a fullscreen image slide?
http://imgur.com/a/BDZAe button and text 3 times bigger :)
And how can i change the fonts to upper and lower case text here: http://imgur.com/a/Xy6Lu
Hi!
Please add following code to Quick CSS
#top .avia-slideshow-button {
font-size: 20px;
}
div .slideshow_caption h2 {
text-transform: none;
}
Cheers!
Yigit
Ok. Great. Thx.
How can i make the button much bigger http://imgur.com/a/9bMDL and http://imgur.com/a/DIbmh change to color to theme main color?
Hi!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” to increase main menu font size.
Regards,
Yigit
OK but i do not want to upsize the menu iteam – i only want to upsize this one button here: http://imgur.com/a/nAUMl and change the letters to upper and lower case letters :)
Hey!
Please add following code to Quick CSS as well
#top .avia-slideshow-button {
padding: 25px 30px;
text-transform: none;
}
Regards,
Yigit
CLOSED. THX.