themehit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than otherI see your site and the code only apply on the frontpage. I don’t see it affect other pages. Can you post the affected pages?
Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than otherCan you post your site URL?
Forum: Themes and Templates
In reply to: [Omega] Tagline Duplication RemovalForum: Themes and Templates
In reply to: [Omega] Tagline Duplication RemovalHi Diane,
You can change it via customizer using Omega custom footer pluginForum: Themes and Templates
In reply to: [Church] adding image to bannerYou need to crop the space from you logo image file. WordPress Media library as the tool to do that.
Forum: Themes and Templates
In reply to: [Church] adding image to bannerWe need to see your site to debug the issue
Forum: Themes and Templates
In reply to: [Omega] How to reformat Category Pages in Lifestyle Child ThemeYep, thanks!
Btw, use lifestyle support forum next time 🙂Forum: Themes and Templates
In reply to: [Lifestyle] How can I remove tags & categories under my postsHi, I saw you solve the issue. Great blog! Love your custom work
Forum: Themes and Templates
In reply to: [Omega] How to reformat Category Pages in Lifestyle Child ThemeYou can copy archive.php from Omega into your custom child theme and start inserting your custom code into it. It’s quite a bit of makeover, especially the CSS.
I found the issue
.vc_custom_1448467579883 { margin-right: 230px !important; margin-left: 230px !important; }It appeared you set it somewhere in the Visual Composer. You need to find and change it.
Forum: Themes and Templates
In reply to: [Lifestyle] FooterYou can use Omega custom footer plugin
Forum: Themes and Templates
In reply to: [Church] adding image to bannerWhat is your site url?
Forum: Themes and Templates
In reply to: [Omega] Remove "Posted in: " From Posts.entry-footer .entry-terms { display: none; }Forum: Themes and Templates
In reply to: [Omega] Remove "Posted in: " From PostsOmega has its own simple CSS editor under “Appearance > Customize > CSS”
That will do the trick. But to keep your customization from theme upgrade, you can insert your custom css into “Appearance > Customize > CSS”
.sidebar-primary, h2.entry-title, h1.entry-title { display:none; }