Top menu

Posted in: Newspaper
Post count: 53

Hi,
two question about the top header menu:

1) i have not found any theme setting option to increase font settings and other properties, so i added custom css.
Is there any theme setting for this?

2) i customized a menu item with custom css:
.tuofilmato {
background-color: #80c5be;
border-radius: 5px;
padding: 10px;
padding-left: 27px;
}
.tuofilmato a:hover {
background-color: #643e1a;
border-radius: 5px;
color: #fff !important;
}

the problem is that when menu is on hover it display not i good way…
https://d.pr/FREE/ywZ2ZS

pls let me know,
thank you!

Post count: 20688

Hi,

1. There are options in the theme panel for the top header menu font properties
https://www.screencast.com/t/kEXYQOtUx

2. Try the code like this, I believe that is how you want it to look

.tuofilmato {
background-color: #80c5be;
border-radius: 5px;
padding: 10px;
padding-left: 27px;
}
.tuofilmato:hover {
background-color: #643e1a;
border-radius: 5px;
color: #fff !important;
}

If that is not working please provide a link to your website and we will try a different a solution, more accurately.

Thanks

Post count: 53

1) perfect thank you
2) perfect thank you

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.