Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: Mobile View Issue
    Thread Starter Franchesca

    (@arrowheaddj)

    Thanks for your suggestion of looking up my proof of purchase. I finally tracked down my support channel through Mojo Marketplace (this is the last time I use them!!!) Now I wait (maybe a lifetime) for support. Their forum doesn’t look very active.

    Off Topic: Do you have a favorite Cache cleaner? I’m currently using WP Cache and the tech at BlueHost said it can be problematic.

    Forum: Fixing WordPress
    In reply to: Mobile View Issue
    Thread Starter Franchesca

    (@arrowheaddj)

    If you have a direct link or email, I sure would appreciate it

    Forum: Fixing WordPress
    In reply to: Mobile View Issue
    Thread Starter Franchesca

    (@arrowheaddj)

    I inquired and they responded back with “Since you bought it from WP, go to WP for support.

    I tried the display:none; method and it messed up the featured image when I exercised the responsiveness of the page, so I tried something different, and it worked ??

    In the Editor, scroll down to Stylesheet. In the stylesheet scroll down to the 11 section that works with content. Under /* Hero */ , find the block that reads

    }
    .hero.with-featured-image .page-title,
    .hero.with-featured-image .hentry {
    position: relative;
    color: #fff;
    }

    Then change the hexcode to read transparent like this…

    }
    .hero.with-featured-image .page-title,
    .hero.with-featured-image .hentry {
    position: relative;
    color: transparent;
    }

    Update your file and, voila! you are done ??

Viewing 4 replies - 1 through 4 (of 4 total)