themehit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lifestyle] Form elements displaying poorlyWe saw the issue on Chrome browser, thanks for your report. New version with fixes has been submitted for review. You’ll get update notification in WordPress admin once approved.
If you want a quick fix, open style.css and remove line 35-webkit-appearance: none;Forum: Themes and Templates
In reply to: [Lifestyle] tgmpa noticeHi Eef, thanks for your report. New version with fixes has been submitted for review. You’ll get update notification in WordPress admin once approved.
Please check this guide on how to add the menu to your top Primary navigation
Go To “Appearance > Menus”, use Custom Links to create menu item and put “#” in URL field.
Forum: Themes and Templates
In reply to: [Lifestyle] changing font in navigation menu?Go to “Appearance > Customize > CSS”
Forum: Themes and Templates
In reply to: [Lifestyle] Form elements displaying poorlyIt looks fine on our install. Maybe your plugin’s CSS override the theme style. Can you post your page URL?
Forum: Themes and Templates
In reply to: [Omega] Sidebar doesn't show when read through Bloglovin'Not sure about Bloglovin, but Omega theme layout is adaptable (responsive) to device’s screen. Desktop screen will put the sidebar side by side with the content while Mobile screen will push the sidebar below the content. It’s pretty common on responsive theme.
Forum: Themes and Templates
In reply to: [Lifestyle] how to create left sidebarSorry for misleading. If you choose Left sidebar template page, the sidebar will appear on the left and the content width will be reduced. Please give a try
That’s possible. You can set your page / post Featured Image on each page. This is default WordPress featured image.
Forum: Themes and Templates
In reply to: [Lifestyle] Wrong Graphic being Update to FacebookIt looks correct, it uses post featured image
Forum: Themes and Templates
In reply to: [Lifestyle] how to create left sidebarHi, go to Appearance > Customize > CSS, and drop this code
.content { float: right; padding-right: 0; } .sidebar-primary { padding-right: 40px; }Forum: Themes and Templates
In reply to: [Omega] How to Remove Tags and Posted InWhich one is the cover graphic? Header image is centered.
Forum: Themes and Templates
In reply to: [Omega] How to Remove Tags and Posted InHi, you can hide it easily via CSS.
Go to “Appearance > Customize > CSS”, and drop this code.entry-footer { display:none; }Forum: Themes and Templates
In reply to: [Lifestyle] increasing length of footer widgetPlease insert your image into Footer 1 widget.
Then Go to “Appearance > Customize > CSS” and drop below code..footer-widgets .col-3 .widget-area { width: 100%; }Forum: Themes and Templates
In reply to: [Lifestyle] Increase Logo Image SizeAnother idea, use below snippet
.site-title img { max-height: auto; }Cheers