• 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]

Viewing 4 replies - 1 through 4 (of 4 total)
  • There’s no way to help with any CSS questions without seeing a live site.

    Also, these forums don’t support commercial themes – have you asked the developer for help with this?

    Thread Starter ellesoul

    (@ellesoul)

    sorry I should’ve mentioned, here:
    }
    .top-nav a {
    color: #909090;
    display: block;
    padding: 23px 19px;
    position: relative;
    }

    i set display: inline;

    Thread Starter ellesoul

    (@ellesoul)

    WPyogi, I contacted them, no response yet… so I thought I’d come here

    Well, you might find a generous person to help with CSS, BUT that’s totally impossible without a link to a live site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Lensa Theme Navigation/Menu’ is closed to new replies.