Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Flexform
  • #53046
    christinarule
    Member
    Post count: 29

    Is it possible to have the Page Title h1 be an image?

    #53058
    christinarule
    Member
    Post count: 29

    Is anything wrong with this solution?

    body.page-id-6575 .page-heading h1 {
    
    background: url(imageURL) no-repeat center;
    height: 50px;
    text-indent: -2000px
    
    }
    #53333
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    It should work 100% . Let me know your feedback .
    Thanks
    With Best Regards
    Swift Ideas

    #53665
    christinarule
    Member
    Post count: 29

    it is working. The only issue is when I am on an iphone or screensize smaller than 400px wide it gets cut off. For example: http://carroll.wpengine.com/insure-pizzeria/

    #53674
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code for mobile

    @media only screen and (max-width: 479px) {
    
    background-size: 100% 100%; 
    }
    }

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register