• Resolved oceanvantage

    (@oceanvantage)


    Hi Vinod, Thanks for the great plugin.

    I am having trouble getting the style to match under the Performag theme. The search menu item is missing the top grey bar that other menu items have. Any ideas how to fix this?

    Best

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can achieve this by adding the below CSS code in the Custom CSS option of Add Search To Menu plugin settings on the path Settings -> Add Search To Menu

    
    header nav>ul>li.astm-search-menu:before {
        background: #ccc;
    }
    header nav>ul>li.astm-search-menu:before {
        content: '';
        display: block;
        position: absolute;
        left: -1px;
        right: 0;
        height: 4px;
    }
    header nav ul li.astm-search-menu:before {
        top: 0;
    }
    

    Best regards,

    Thread Starter oceanvantage

    (@oceanvantage)

    Thanks for the quick reply Vinod, that worked perfectly.

    • This reply was modified 7 years, 9 months ago by oceanvantage.
    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are most welcome, I’m glad I was able to help you in this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

    https://wordpress.org/support/plugin/add-search-to-menu/reviews/

    I’d really appreciate that. 🙂

    And if i can be of any further assistance please don’t hesitate to ask.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Performag Style issue?’ is closed to new replies.