Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1184639

    Hello. On my page

    http://www.brunocover.it/CMS/wordpress/trikego/?page_id=2864

    I can’t simulate the price catalog as on your page

    https://kriesi.at/themes/enfold-2017/elements/catalogue/

    I can’t decrease the spaces between text and lines and I can’t change the color of the mouse over: would you be kind enough to suggest the solution? Or if there is an Enfold Demo that can import and see how to make a catalog with the characteristics of yours. Thanks a lot. best regards. Bruno

    #1184750

    https://ibb.co/7z9Tj87 I want like your page https://kriesi.at/themes/enfold-2017/elements/catalogue/
    https://ibb.co/drM4DS2
    Thanks a lot. Best regards. Bruno

    • This reply was modified 4 years, 2 months ago by Bruno.
    #1184809

    Hi Bruno,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-catalogue-container {
        margin: 10px 0;
    }
    #top .av-catalogue-item {
         padding: 0;
    }
    .main_color .av-catalogue-list li:hover {
        background-color: #cccccc61;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1184870

    I using your suggestion and adding !!important; also works in Enfold> General Styling> Quick Css

    .av-catalogue-container {
    margin: 10px 10px !important;
    }
    #top .av-catalogue-item {
    padding: 0 !important;
    }
    .main_color .av-catalogue-list li:hover {
    background-color: #CEE2F1 !important;
    }

    Thanks a lot Victoria ^__^ Best regards. Bruno

    #1184876

    Hi,

    Did you need additional help with this topic?

    Best regards,
    Jordan Shannon

    #1184891

    Your support is excellent. This topic is closed, the solution adopted is optimal. Thanks a lot. Best regards. Bruno

    #1184917

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Catalog: spaces and color change on mouse over’ is closed to new replies.