Home Forums Pro Themes Signify Pro Omit Overlapping Post Title on Mobile Only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186902
    Timothy Coletti
    Participant

    Hi,

    Could you let me know if you have any CSS that would omit the headline (post tile) that overlaps the featured image on Posts, but only deletes it on Mobile?

    Best,

    Tim

    #186905
    Psink
    Keymaster

    @TSCOLETTIGMAIL-COM, Could you please share your site URL? We will see and provide you with a Valid CSS

    #186909
    Timothy Coletti
    Participant

    Thanks,

    The url is relaxatoasis.com

    #186990
    Psink
    Keymaster

    @TSCOLETTIGMAIL-COM, Please add this CSS in Additional CSS

    @media screen and (max-width: 567px) {
    .custom-header-media .section-title{
    display: none;
    }
    }

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