You can hyperlink any text using html code by inserting codes just like this example below. Example: Insert Title HERE If we want to hyper link the title, here is how it it look like: <h3>Insert Title HERE</h3> Here insert the URL link you want the text to link to by replacing yoururl.com
Search the Wiki
Hover content not showing up in Image Widget
If you are having trouble seeing your hover content, it may be overridden by Weebly. Here is how you can prevent this from happending. 1) Click into “design” and into “edit html/css” 2) Click into “main_style.css” to open the css editing page 3) Here locate this code: IMAGE WIDGET HOVER CONTENT FONT STYLING / —————————————— Full Article…
Hover font color in image widget is different than what I set to
When changing font styling using Weebly’s “design” setting, it override ALL theme font styling code. Weebly’s design setting always takes president over the theme styling which include widget. Here is how you can change this. If you haven’t log into your Weebly yet, go ahead and click here 1) Click into “design” and into “edit Full Article…
How to set a link to open in new tab?
By default , all links will open on the same tab. This tutorial will show you how to open the link in a new tab. Here is a typical link code: <a href=”http://www.yourURLhere.com” > To set the link to open to a new tab, add like this: <a href=”http://www.yourURLhere.com” > Save your changes and re-publish Full Article…
How to change the hover font color of Image Widget
You will find the link to the theme customization in your theme download package. Click into “read me” pdf to access the guides.
How to customize the height of hover text in image widget
You can customize the height of the text for each individual image widget. When inserting your text, you should see this code: <p class=”dark-dt”> <b>Insert Title Here</b> <span>Insert Your Text Here</span> </p> right after b you can add this code to customize the margin You can change the 60 to any number you like. The final Full Article…
Edit Font Color, style and size in Image Widget
You can customize the font color, style, and size of your image widget. Here we will show you how. If you haven’t log into your Weebly Account yet, Click here to open your Weebly Editor and to open up the W Theme Editor. Step1: Locate CSS In the main_style.css, locate these set Full Article…