1. Chrissie
  2. General
  3. Tuesday, 23 May 2017
  4.  Subscribe via email
Hello, please have a look at my website, which is made with the template nadia from you:
I changed something in the css because i wanted to change the menu in the top. But now there is a problem with the dropdown menu - i dont know , what to do... Also i dont like the background behind the logo - its on the wrong place - how can i put it centered under the logo?
And at last i want the logo be linked to the startsite. http://joomla3.jgw-bremen.test.bz.it

Thanks a lot for your help!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters...

.hornav li:hover > ul, .hornav li ul li:hover > ul {
opacity: 1 !important;
}


To remove the background to your logo try adding the following to the Custom CSS field of your templates parameters...

.logo {
background-color: transparent;
}


Ciarán
  1. more than a month ago
  2. General
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
To fix the home link of your logo try also adding the following...

#logo {
display: inline-block;
position: relative;
z-index: 1040;
}


Ciarán
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!