webkong
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing page title bar.c-page-header { background-color: #F9F9F9; text-align: center; padding: 1.875rem; display: none; }Add “display: none;” to your custom css.
Forum: Themes and Templates
In reply to: Centering header using CSS and HTML.logo, .search-social { width: 100%; text-align: center; position: absolute; top: 100px; }Add this to your custom css.
Forum: Themes and Templates
In reply to: [Poseidon] Advice for site with 'long' title.primary-navigation { float: right; margin: -40px; }Add this to your custom css.
Forum: Themes and Templates
In reply to: Removing white space above hero / below menu.container { width: 970px; margin-top: -30px;Add above to your css plugin.
Forum: Themes and Templates
In reply to: posts overlapping drop shopping themearticle.colum { padding-bottom: 30px; clear: both;style.css line 507; add clear: both;
Forum: Themes and Templates
In reply to: Remove copyright text in footerfooter > .copyrights { background-color: #ffffff; display: none;}
add display: none;
Forum: Themes and Templates
In reply to: [Theme Topaz by Rockettheme] Changing the menu colorDashboard –> Appearance –> Customize
Forum: Themes and Templates
In reply to: [Ignite] Breadcrumbs vs. sidebar.sidebar-primary-container { margin-top: 0; }Change margin-top to zero, style.css line 1267, 1254
Forum: Themes and Templates
In reply to: [Celestial - Lite] Need to Exclude Pages from Navigation MenuMany files under your theme directory could have “wp_list_pages” like single.php, head-id.php, index.php.
Search them all.
Forum: Themes and Templates
In reply to: Menu on one line-Prologue theme#menu { position: fixed; left: 135px; top: -29px; }Above help little bit. You might have to do child theme.
in header.php file, move
<div class="mobile-menu" id="menu">under
<body class="home blog">Good luck !
Forum: Fixing WordPress
In reply to: How to link back to home page while on any other pageUnder Menu Structure
You should see “home”, click on probably “Custom link”
See if you can go to that URL
Forum: Fixing WordPress
In reply to: Center page/content Twenty Sixteenbody, button, input, select, textarea { width: 40%; margin: auto; }Put this in your css file.
Forum: Fixing WordPress
In reply to: Unattached MediaAny media file NOT attached to any post or any page will list under unattached catagory.