Hello,
I wonder, that Enfold didn’t adjust size of heading for mobile. I searched in the forum and found some screenshots, where in register Styling of Special Heading are the Option for Font Size and Icons for Desktop, Tablet and Mobile.For Example this:
https://postimg.cc/rKssJ5pS
But in my in my Settings of Special Heading, there isn’t this option for Font Size:
https://www.screencast.com/t/PGHlYeP9ioL9
https://www.screencast.com/t/QpDvQMnxO6IZ
I have installed actual Enfold 4.7.4. What’s the reason for this difference?
thanks
Claudia
these settings are only seen if you choose the modern style!
if you like to have the look alike of standard style to modern headings ( bold and with border to the right )
Take the modern left style and give to those headings a custom-class f.e: standardlook
.standardlook .av-special-heading-tag {
font-weight: bold !important;
float:left !important;
}
body .av-special-heading.standardlook .special-heading-border {
display: block;
}
.standardlook .special-heading-inner-border {
opacity: 0.3;
filter: alpha(opacity=30);
}
the default value of opacity is 0.15 (15%) but this seems to be nearby invisibility. ;)
Hi Guenni,
thanks for quick help and your engagement in this forum. Now I could change the settings for mobile.
I still wondering why Enfold didn’t adjust font size on mobile by default. I also wonder, why this option of special heading will display in all heading-styles, but not in standard. Kriese, please change.
thanks
Claudia