Hi Traube,
Could you please send the link of so that we could check and provide exact solution.
Thanks
Thread Starter
Traube
(@traube)
Hi, the adress is http://www.alexandra-andersen.de and the password ist GNOJ20UL15.
http://www.alexandra-andersen.de/?page_id=33 On this page i’ve tried, but it’s only possible to get spaces with &nbps; and br.
The second problem is the mouseover menu. Most of time – like i want!! – the mouseover menu is brown like the menu. But at the moment it’s black and i couldn’t change it. Before two weeks it was so, too, and without doing something on next day there was the right colours. and now they are wrong again?
Thanks
Dani
Hi Traube,
Please add the following css to fix the hover issue of menu:
ul.sub-menu li a {
background-color: #ddc59b!important;
}
.primary-navigation li a:hover,
.primary-navigation li:hover a {
background: #ddc59b;
}
And Regarding to cell spacing please use css as below:
td{
padding:10px; /*use required pixel*/
}
Note: Use the Custom Css plugin or child theme stylesheet to write the custom css.
Thanks
Thread Starter
Traube
(@traube)
Thank you very much!
Sorry, the submenus should have the same colour like the menu. #efdfc6 and on mouseover #ddc59b with font in black. Your change in css not works!
Thread Starter
Traube
(@traube)
And the td change doesn’t work too!
Thread Starter
Traube
(@traube)
There was a mistake in the css, now it works – thanks a lot!!!