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

    Hi. some question about mobile version..site in private…
    1.as you can see on first screenshot i have H1, andI tried to change the size but nothing happened.
    2.screenshot 2, how to change the transparency of the background?

    #944439

    Hey pddcoms,

    Thank you for using Enfold.

    I can’t find the described text in the page. Please provide an actual link to the related pages.

    Best regards,
    Ismael

    #945822

    HI it’s on all pages!

    #946392

    Hi,

    Thank you for the update.

    Adjust the font size of the h1 element on mobile view.

    @media only screen and (max-width: 767px) {
    #top #wrap_all .main_color h1 span {
        font-size: 24px !important;
        word-break: break-word;
    }
    }

    Best regards,
    Ismael

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