Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #814066

    How to modify the hovered white rectangular area circled in red?
    And additionally:
    Rounding
    Opacity
    Size

    #814259

    Hey aribann,

    Please provide a link to the site/page where the button is so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #814665

    attached

    #814795

    Hi,

    To have sure about your question, do you want to change the white background color?

    Best regards,
    John Torvik

    #814820

    I want to control the rectangular hover state
    So the rectangles
    color
    size
    opacity

    #814829

    Hi,

    Try adding the following to quick css to control they style of that element:

    .header_color .main_menu .menu ul li a:hover, .header_color .av-subnav-menu ul a:hover {
        background-color: #f8f8f8;
        border-radius: 50px;
    }

    Best regards,
    Jordan Shannon

    #815210

    Thanks

    Do you have a method to reveal hover states of CSS and freezing that state so the code can be copied?

    #815323

    Hi,

    Did you try to inspect the element in question in a browser like Chrome or Firefox? You can select to show the hover state code in the inspector in the browser.

    Best regards,
    Rikard

    #815438
    #815535

    Hi,

    Hehe no problem, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.