Hey diefleischerei,
Please try the following in Quick CSS under Enfold->General Styling:
.home .avia_iconbox_title {
font-size:30px !important;
}
Best regards,
Rikard
Hey Rikard. Perfect. Thank you. How can i change the font color?
And one more question. How can i change the “X” and only the x to font size bold and set it to color yellow? http://imgur.com/a/DLyxj
Hey!
Happy new year! :)
Please edit your special heading element and wrap “x” into a span with custom class as following
<span class="my-custom-x">X</span>
then add following code to quick CSS
.my-custom-x { color: yellow; font-size: 20px; font-weight: bold; }
Regards,
Yigit
Great Yigit. Happy New Year to you!!!!!!!
It works but the X is now to small :(
Ahh. i dont see font size :) All perfect!!!!!!!!