Site settings
To change site settings, you typically have a few options depending on what exactly you want to modify. You may need to bring about changes in metadata, social info, site info, footer info, offcanvas gallery info, and so on. Editing code can be the best option to do so.
Once you open the Arolax in your editor and go to the location, simply adhere to the below chunks of code:
Location
- siteConfig.json
Change Meta Data
"metadata": {
"meta_author": "Wealcoder",
"meta_image": "",
"meta_description": "Arolax Landing Page"
}
Change Site Arolax
"site_info": {
"title": "Arolax",
"description": "Arolax is a full-service brand agency for purpose-driven companies. We build brands that look good, sound good,and do good.",
"info": "Arolax is a startup design agency based in Canada",
"base_url": "",
"logo": "/assets/imgs/logo/logo.png",
"logo_light": "/assets/imgs/logo/logo-light.png",
"logo_light_2": "/assets/imgs/logo/logo-light-2.png",
"logo_tm_light": "/assets/imgs/logo/logo-tm-light.png",
"logo_width": 125,
"logo_height": 34,
"logo_text": "Arolax"
}
Change Footer Arolax
"footer_info": {
"address": {
"name": "6541, Brand tower, New York, USA",
"link": "https://maps.app.goo.gl/JNHvEqWiaBD6fZvUA",
"iframe_src": "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.25280006535!2d-74.14448744699548!3d40.69763123333062!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2sbd!4v1705913587617!5m2!1sen!2sbd"
},
"email": "info@example.com",
"mobile": "+(08) 365 301 710",
"open_date": "Sun - Mon",
"open_time": "8:30 am - 7:30 pm",
"copyright": {
"enable": true,
"label": "© 2024-25 ",
"label_2": "Alrights reserved by",
"company": "crowdyTheme Agency",
"link": "https://wealcoder.com/"
},
"ctaText": "Let’s Talk with us"
}
Change Social Arolax
"social": [
{
"name": "Fb",
"link": "https://www.facebook.com/",
"value": "750,000"
},
{
"name": "Tw",
"link": "https://twitter.com/",
"value": "750,000"
},
{
"name": "In",
"link": "https://www.instagram.com/",
"value": "750,000"
},
{
"name": "Db",
"link": "https://dribbble.com/",
"value": "750,000"
},
{
"name": "Li",
"link": "https://www.behance.net/",
"value": "750,000"
}
]