Our templates have several types of logo: header logo (desktop and mobile versions of the site) and footer logo. You can use either custom image or text logo.
- Header logo for the desktop version of the site should be changed in the Page Head section of the target page with the
.rd-navbar-brand
class. - Here you can see two image references, regular logo image and desktop one.
- Footer logo is changed in a Page Footer section in the block with the
.footer-brand
class. - Feel free to replace
<img src="path/to/your-logo.png" alt="" />
code with a text in case you want to use text logo instead of the image one.