Level 4 and CSS tips

Level 4 and CSS tips was created by kueppers

Posted 3 years 4 weeks ago #60302
Hi,

At now I have two issues regarding the mobile menu ck.

1. when I press on a link in the mobile menu, the background color turns to yellow, the text turns from black to white. This looks not good. Where and how can I change this? I don´t have set this.

2. In fact I need a "level 4" in the backend to design a bigger menu (see "Fussball / Jugend...."). Can I activate this level 4 somewhere? Or can you give me a guideline how I can address this level via CSS?

Please find here the address of the website: " www.uliwagner.de ".

Many thanks
Kueppers

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic Level 4 and CSS tips

Posted 3 years 4 weeks ago #60309
Hi
1. this comes from your css
Code:
a:hover { text-decoration: none; background: yellow; }
in
www.uliwagner.de/templates/news_blog/css/custom.css

it makes any link to have a yellow background on mouse over
you can override it with something like that
Code:
.mobilemenuck a:hover { background: blue; }
or directly from the styling interface (pro version)

2. for the level 4 you can use a css like this
Code:
[data-id="mobilemenuck-180"] .level3 + .mobilemenuck-submenu .mobilemenuck-item > div { background: red; }

you can use the console of your brower to help you to find the correct css and do some testing
CEd

Joomlack Webmaster and Developer

by ced1870

Please Log in or Create an account to join the conversation.

Time to create page: 0.636 seconds

Fast and powerful creation, customizable and responsive.

Read More

We have 600 guests and one member online