themehit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lifestyle] title do not displayHi, can you post your site url?
Forum: Themes and Templates
In reply to: [Omega] Sidebar doesn't show when read through Bloglovin'Nice site. The responsive feature works on my devices.
Forum: Themes and Templates
In reply to: [Omega] How to make full width contentYour site doesn’t use this free Omega theme. You need to contact the author where you purchased your theme for support.
Forum: Themes and Templates
In reply to: [Delicious] Font-Family ChangesYou can change the font via css. Go to “Appearance > Customize > CSS” and insert this
.banner .banner-title, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Merriweather', serif; }You can also use custom css plugin to modify the css as you like
Forum: Themes and Templates
In reply to: [Omega] Change size of header banner in OmegaCan you try this
.site-header > .wrap { padding: 0; max-width: 100%; } .title-area { padding: 0; }Forum: Themes and Templates
In reply to: [Lifestyle] Sidebar not showingCan you try to disable other plugins to check if this is plugin conflict issue?
Forum: Themes and Templates
In reply to: [Lifestyle] Text manipulationYou can do it using custom CSS or extend this theme capability via plugin,
search font customizer in WordPress repo to do this, like Easy Google fontsForum: Themes and Templates
In reply to: [Lifestyle] How do I center the nav bar (menu)Forum: Themes and Templates
In reply to: [Lifestyle] How do I center the nav bar (menu)Repeat question. Please check this answer
Forum: Themes and Templates
In reply to: [Lifestyle] How do I center the nav bar (menu)This custom CSS code will do the magic
.nav-primary { text-align: center; }Forum: Themes and Templates
In reply to: [Omega] Sidebar doesn't show when read through Bloglovin'That’s a good idea. Btw, can you post your site url?
Forum: Themes and Templates
In reply to: [Omega] Reorder Navigation Lifestyle themeHi, I don’t understand the question, please elaborate. Also, please post your question in Lifestyle forum, not Omega.
Forum: Themes and Templates
In reply to: [Omega] Change size of header banner in OmegaCan you provide your page url?
Forum: Themes and Templates
In reply to: [Lifestyle] Extra row on calendarYes that’s possible. Go to “Appearance > Customize > CSS” and drop this code
.widget_calendar tfoot { display:none; } #wp-calendar caption { color: #474747; font-size: 20px; }Forum: Themes and Templates
In reply to: [Omega] Change size of header banner in OmegaHi Paul,
Can you try this: go to “Appearance > Customize > CSS” and drop this.site-header > .wrap { padding: 0; max-width: 100%; }