webkong
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [HappenStance] Header Spacing IssueDo not shoot. I surrender. I fixed for you!
.header-content { padding-bottom: 0; }Add this to your custom css.
Forum: Themes and Templates
In reply to: [Medica Lite] Change Colour of Header | Title Bars#footer { background: yellow; } .wide-nav { background: #00ff00; } .navigation { background: #0000d0; }Add this to your custom css.
Forum: Themes and Templates
In reply to: How to remove mobile nav menu toggle?.product-item .product-cats a { text-transform: uppercase; font-size: 16px; color: #646464; font-family: Neuton, Georgia, serif; display: none; }Add this to your custom css.
Forum: Themes and Templates
In reply to: How to remove mobile nav menu toggle?.section-title, .widget-title { font-size: 30px; letter-spacing: -0.05em; color: #000; position: relative; margin-bottom: 20px; display: none; }Add this to your custom css.
Forum: Themes and Templates
In reply to: [Dyad] Remove Proudly powered by….. – Categories.site-footer .site-title { display: none; }Forum: Themes and Templates
In reply to: [MesoColumn] Number of post on home (index) page.Dashboard –> Settings –> Reading –>
Change Blog pages show at most
Forum: Themes and Templates
In reply to: [Goran] Extra space on front page after contentelement {width: 25%;padding: 0px 10pt 0px 0px;float: left;}Add this to your custom css.
Forum: Themes and Templates
In reply to: [Dyad] Remove Proudly powered by….. – Categories.site-footer .site-title { font-family: inherit; font-size: inherit; font-weight: 400; }into this
.site-footer .site-title { }Remove the font-* attributes.
Add this to your custom css.
Forum: Themes and Templates
In reply to: [Edin] Adding a logo move menuDashboard –> Pages –> All Pages
Click on page title.
At bottom right Set featured image
Forum: Fixing WordPress
In reply to: change text "Member" to something else[exessive HTML testing replies removed by moderator]
Forum: Themes and Templates
In reply to: SG Window Theme Empty Lightbox after footer – how to removeNice website. Alot info condensed in using images.
.lightbox .lb-outerContainer { position: relative; background-color: #fff; *zoom: 1; width: 250px; height: 250px; margin: 0 auto; border-radius: 4px; display: none; }Add this to your custom css.
I found plugins for you.
Forum: Themes and Templates
In reply to: [Virtue] Full Width Portofolio#nav-main ul.sf-menu ul li a, #nav-second ul.sf-menu ul li a { width: auto; display: block; padding: 10px; color: #555; text-align: left; font-size: 22px; }Change font-size in your custom css.
Forum: Themes and Templates
In reply to: Navigation (Hustle)#navigation ul.nav > li > a { padding: 2.236em 0.618em; border-top: 5px solid transparent; }Change padding to half. Add to your custom css.
Forum: Themes and Templates
In reply to: [Regina Lite] Guidelines page tu set up as demo?Go to
Dashboard –> Appearance –> Widgets
Delete all items inside “sidebar”. Better to delete one item at a time, then refresh the front-end.
Good luck!