Lensa Theme Navigation/Menu
-
I’m a coding newbie, so bare with me…
I’m trying to adjust the lensa theme (https://demo.colorlabsproject.com/lensa/) in two ways:
1.) I want to hide the logo/title option (didn’t want to delete it in case the person I’m working with changes their mind and wants it back) on the top left – which i did using the css theme:
.logo a {
display: none;
}however I think this may be effecting my 2nd change…
2.) I want the menu to be centered and on a single line, however it seems like this theme limits the number of parent menu items, and forces them onto another line (as if it’s being set to display:block)
Here’s a screenshot of what I’m looking at: https://tinypic.com/r/nl3q0m/5
and:
Here’s the css for the logo and nav:[CSS removed]
- The topic ‘Lensa Theme Navigation/Menu’ is closed to new replies.