All of our standard theme’s sidebar have consistent content so all the content remains the same when you switch from page to page. This tutorial show you how to change from a Standard Sidebar to a Unique sidebar. Please note after this change been change, you will no longer have the ability to show the Full Article…
Search the Wiki
DD Tabs Overlap Update
This is an update for DD Tabs Page Layout. If you are experiencing the tabs overlaps each other when your tab title gets too long, this is a fix for that. 1) Log into your Weebly account 2) Click into “design” and into “edit html/css” to open the code editor 3) Click on “main_style.css” to Full Article…
Checkout button is not displaying properly in Brooklyn Field
The styling is not loading properly so that is why the button is not displaying properly. Here is the solution: 1) Click into “design” and into “edit html/css” 2) Click into “no-header” page layout 3) Here locate this code: </head> 4) Directly above it, insert this code: <style> #wsite-com-checkout-cart-footer { padding: 5px; } .wsite-button.wsite-button-large.wsite-button-highlight.wsite-checkout-button.wsite-com-paypal-checkout-button Full Article…
Drag and Drop Sidebar – Can the content be unique (not repeat) across pages?
All of our standard theme’s sidebar have consistent content so all the content remains the same when you switch from page to page. This tutorial show you how to change from a Standard Sidebar to a Unique sidebar. Please note after this change been change, you will no longer have the ability to show the Full Article…
How to remove shadow in image/gallery
You can remove the shadow for the gallery. Click into the code editor by clicking into the “design” tab and in to “edit html/css”. Open the css editing page by clicking on main_style.css located on the top left hand column. Here locate and delete this code: Save your change and re-publish your site to Full Article…
How to remove the thread decoration in Landing, Plugin and No Header Layout in Brooklyn Field
The Brooklyn Field theme has a thread detail in the Landing Page, Plugin Layout and No Header Layout. You can choose to take this out. First log into your Weebly account and click open the code editor by going into “design” and click on “edit html/css”. Once the editor is open, click on the Full Article…
How to remove the shadow underneath header image or plugin slider
You can remove the shadow underneath the header or plugin slider for some theme that have it. Step1: Open main_style.css Click in to “design” and into “edit html/css” Click open the main_style.css to access the css editing page Step2: Locate code Here look for this code: .sliderContainer { padding-bottom: 17px; width: 980px; min-height: 200px; Full Article…
How to edit the call text (phone/contact information)
Themes that have the call text section, you can customize the font style. First log into your Weebly account and open the Code Editor to access the main_style.css page. Here locate this code: .bar-text { float: left; padding: 10px 15px; color: #959595; font-family: “Lato”, sans-serif; font-size: 12px; width: 350px; text-align: left; } Depending on your Full Article…
How to change from tiled background to a full screen fixed background?
Some of our themes comes with the traditional tiled background. The tile background will allow a quicker loading time compared to a full screen background image. So in the design that works well with tiled background, we will always favor tiled background over full screen fixed background. Nevertheless, look is very important and at times Full Article…