Dropdown menu

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) Dropdown menu

This topic is: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2178

    SARA MACKAY
    Participant

    I’m creating a site that has two sets of drop-down menus, one for venues and one for artists’ galleries. Whilst I have styled it so that the hover shows up very clearly which venue or artist is being hovered, the client wants me to put a line in-between each venue/artist so that it’s more obvious before they go in for a hover. I have two questions:
    1. Can I do this without resorting to a child theme?
    2. Either way, which css file do I alter? I’ve looked into the main style.css file and it looks like the original theme style. Or do I go into the live css editor?
    I’m feeling a bit confused.
    Much gratitude for any help you can give.
    Rachel.

    #2183

    Boaz
    Keymaster

    Hi Rachel,
    I’m not sure i understood you perfectly.
    In the link you have attached, i don’t see a venu menu.

    Anyway, i will try to answer, and hopefully help:
    1. As long as it’s only CSS that you are changing, you don’t need to use child theme.
    2. We recommend to add all custom CSS into the Live CSS box.

    #2190

    SARA MACKAY
    Participant

    Sorry Boaz, I should have said ‘Events’ rather than Venues but as you have answered that part of my question anyway.
    Can you help me to find the right css element to alter in the live css box?
    I think it is this, but I’m not altogether confident about it:
    .navbar.navbar-default .nav ul.sub-menu {
    list-style: none outside none;
    }

    Many thanks again
    Rachel

    #2191

    Boaz
    Keymaster

    You should try something like this:
    .sf-menu ul li {border-bottom: 1px solid #fff;}

    #2211

    SARA MACKAY
    Participant

    Excellent, thank you so much, I have managed to fix the width of the menu as well so there’s no line breaks. I’m very grateful for your help.
    😎

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Support (Legacy)’ is closed to new topics and replies.