hello. can you help me to adjust some things at my landingpage. http://imgur.com/a/xfraK
A= Get menu iteam in white color and bigger
B= get buttin bigger. 40% bigger and bigger font size inside button
C= bold font . i want this font to be displayed BOLD type. is there a way to do this?
Hey!
1- Please go to Enfold theme options > Advanced Stlying and edit “Main menu links”.
2- Replied you here – https://kriesi.at/support/topic/how-can-i-move-the-heading-font-and-the-button-to-the-top-of-the-100-color-area/#post-704835. Please do not ask the same questions in different threads.
3- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#lpdown h1.av-special-heading-tag {
font-weight: bold;
}
Best regards,
Yigit
WOW. Works perfect. Thank you Yigit.
Can i apply the bold font to all other Heading Fonts: http://imgur.com/a/LniHH
Hi!
Please change custom CSS code to following one
.av-special-heading-tag {
font-weight: bold;
}
Best regards,
Yigit
This do not work ;(
Hey!
Please try as following
.av-special-heading-tag {
font-weight: bold !important;
}
Cheers!
Yigit
YES!!!!!!! ;( Thank you so much. Important it was :)