Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1207043

    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

    • This topic was modified 4 years, 2 months ago by Claudia.
    #1207050

    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. ;)

    #1207060

    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

    #1208060

    Hi Claudia,

    Thanks for the feedback, we’ll have a look at that for a future theme release. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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