How to add Favicon in your website in RVSiteBuilder

Then upload your favicon as name favicon.ico to your web server, and place it at public_html/ directory. (cPanel -> File manager -> public_html)

*If you have addon domains, place the favicon for the addon into the main addon folder.

 1. At RVSitebuilder Step 2 -> Site Properties -> Edit Head Tag -> Other Embed.

2. Paste the following code into <head> tag.

 <link rel="shortcut icon" href="favicon.ico">

 

*This code is the sample code for favicon on normal desktop. If you want favicon to display on several device modes, please use the external favicon creator for responsive favicon, and use the code here.

 Please make sure the path you uploaded image, and the code you put in head tag are matched.

Such as;

If the publish path you upload favicon is: /public_html

The code into <head> tag,

should be: <link rel="shortcut icon" href="favicon.ico">

 
If the publish path you upload favicon is: /public_html/image

The code into <head> tag, should be: <link rel="shortcut icon" href="images/favicon.ico">

 

3. Publish and check again.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Adding a PDF file

You can upload and link to a PDF file very easily. 1.  Assuming you have already created the...

Finding the HTML Mode Button

The HTML Button is located here:

Logging Into RVSiteBuilder

You can log into the RVSiteBuilder by going to your cPanel.To enter cPanel:1.  First log into...

Adding a YouTube Link To Your Site

How to add youtube link on page     At “Pages” tab, on the current edit page click...