• I would like for the List/Grid view buttons not to show larger when mouse curser is over the buttons. I would like the buttons to remain the same size always. How can I custom css this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Please provide your site URL to check the issue.

    Regards,
    Oleg

    Thread Starter fullboaroutdoors

    (@fullboaroutdoors)

    https://fullboaroutdoors.ca/product-category/categories/knives/folding-knives/

    heres an example of a page with the grid / list

    Thank you very much

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    It is depend on settings that you setuped on settings page -> Buttons tab.
    You can click on Preset to apply it for button.

    Regards,
    Oleg

    Thread Starter fullboaroutdoors

    (@fullboaroutdoors)

    Which preset button does not turn large when mouse is hovered. I assumed all preset buttons act alike?

    Thread Starter fullboaroutdoors

    (@fullboaroutdoors)

    Every button preset turns large when hovered. What is the css script which modifys the code to stay the same size? Maybe I need to use a different plugin. It’s silly to me that the icon would become large. It’s not the feel I want for my site.

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    You have some custom CSS code that change styles for grid/list buttons

    div.berocket_lgv_widget a.berocket_lgv_button {
    	width: 1.2em;
    	height: 1.2em;
    	line-height: 1.4em
    	!important;
    	}
    
    div.berocket_lgv_widget a.berocket_lgv_button.selected {
    
    width: 1.2em;
    height: 1.2em; 
    line-height: 1.4em
    	!important;
    }

    This custom CSS code cause this issue, because button size must be setuped in plugin settings instead custom code.

    Regards,
    Oleg

    Thread Starter fullboaroutdoors

    (@fullboaroutdoors)

    Thank you very much Rzay that is awesome!

    I don’t suppose you would help me with an unrelated problem? I can’t resolve nor can I find any help with.

    I have asked for help regarding this issue from the themes support page that is based on storefront. I can not get anyone to respond to helping me there or with wp. In mobile view my cart menu is always toggled by default. If you close the cart menu by clicking the cart icon the cart will close but once another page is selected the cart will be toggled open always. I would like the cart menu to always be closed by default. I don’t know who else to ask. No one will respond anywhere else.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Mouse Hover’ is closed to new replies.