End of Support for Joomla 3 - Forum closed
[SOLVED] Removing the Logo-Link and transparent Menu Bar
Removing the Logo-Link and transparent Menu Bar was created by byond
Posted 4 years 11 months ago #25234
Hi,
i have two questions:
1. How can i remove the link of the logo-text? I fount it in the theme.php in line 83:
but of course i can't remove it there. Is there any way to remove it?
2. Is there a possibility I can make the Main-Menu-Bar half-transparent and place it in the bottom of the slideshow, basically what indiana jones did with the logo here
Thanks in advance!
Florian
i have two questions:
1. How can i remove the link of the logo-text? I fount it in the theme.php in line 83:
Code:
<div class="logo uk-hidden-small uk-text-center">
<a class="tm-logo" href="<?php echo $this['config']->get('site_url'); ?>"><?php echo $this['widgets']->render('logo'); ?></a>
</div>
2. Is there a possibility I can make the Main-Menu-Bar half-transparent and place it in the bottom of the slideshow, basically what indiana jones did with the logo here
Thanks in advance!
Florian
by byond
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Removing the Logo-Link and transparent Menu Bar
Posted 4 years 11 months ago #25252
1.) Sure it should work with this code
2.) Half transparent is going with customizer > Navbar > Background. The position must be changed via CSS
<div class="logo uk-hidden-small uk-text-center">
<?php echo $this->render('logo'); ?>
</div>
2.) Half transparent is going with customizer > Navbar > Background. The position must be changed via CSS
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Replied by byond on topic [SOLVED] Removing the Logo-Link and transparent Menu Bar
Posted 4 years 10 months ago #25599
Problem solved.
by byond
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates