How to add Favicon in your website in RVSiteBuilder Print

  • 0

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.

 


Was this answer helpful?

« Back