webkong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 301 (static page instead latest posts)Use the plugin,
Forum: Themes and Templates
In reply to: Removing burger menu.primary-nav-trigger { display: none; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [Theme Customizr] How to shift box in header area to the right.item .carousel-caption { float: right; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [RokoPhoto Lite] Removing/reducing text in homepage boxes?.copyright-wrapper { display: none; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: Remove Date from Portfolio — Related Worksli p { display: none; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [EasyMag] Larger Header Image.dt-logo { width: 400%; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [Hathor] Right sidebar is incorect in posts in Hathor Theme#content { width: 80%; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [matrix] Hide slider in smaller screensSome thing like this
@media screen and (max-width: 480px) { .slider { display: none; } }Add to your custom css plugin.
Post your URL?
Forum: Themes and Templates
In reply to: Theme: Color mag – Problem with nav bar :(Forum: Themes and Templates
In reply to: [Gateway] How to remove site header from posts (Gateway theme)To remove title from post pages.
article .entry-header { display: none; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Removing pages menu from bottom of siteTo turnoff the blue section of the template.
.enigma_footer_widget_area { display: none; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [Storefront] How to center a line of 50% width<hr style="width:50%; alignment: center;">Forum: Themes and Templates
In reply to: Some suggestionsOn the theme page , click on Feature Filter
There are a lot of options to choose.
Forum: Themes and Templates
In reply to: Header layout.header_top .non-logo { top: 15px; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: Removing margin between two sidebar widgets.widget { margin: 0 0 10px; }Add to your custom css.