Franchesca
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile View IssueThanks 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 IssueIf you have a direct link or email, I sure would appreciate it
Forum: Fixing WordPress
In reply to: Mobile View IssueI inquired and they responded back with “Since you bought it from WP, go to WP for support.
Forum: Themes and Templates
In reply to: [Theme: Edin] Removing titles from pagesI 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 🙂