Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275531

    Hi, see attached URL.

    If we wanted to either scale down, or remove that top text element on the frontpage for mobile screen, how would we go about to do that?

    Thanks

    Thomas

    #275595

    Hey batesunited!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    h3.av-special-heading-tag {
    font-size: 22px!important;
    }}

    Cheers!
    Yigit

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