Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1118349

    Hallo,

    is there a way to change the masonry category to a nicer look?

    In standard the menu points are separated by / –> Test1 / Test2 / Test3

    I would like to display nice buttons like enfold is offering in other modules – is this possible?

    thank you very much and best regards

    #1118378

    Hey B2LFilms,

    You can style it via css to make them look like buttons.

    Best regards,
    Jordan Shannon

    #1118405

    Hy Jordan,

    thank you – is there a treat or something which give me the codes?

    thank you

    #1118452

    Hi,

    Please post a link to where we can see the elements in question and we’ll give you custom CSS to use.

    Best regards,
    Rikard

    #1119996

    Hallo,

    here is the link with the menu

    I would like to change it in regular enfold buttons – just outlined or something like this:

    thank you and best regards

    #1120081

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .av-sort-by-term a {
        color: #ffffff;
        border-color: #b49147;
        border-radius: 3px;
        text-transform: uppercase;
        padding: 15px 16px;
        display: inline-block;
        margin-top: 20px;
        text-decoration: none;
        font-weight: bold;
        background: #b49147;
    }

    Best regards,
    Rikard

    #1120263

    Hallo again,

    thank you so much… its working but not correctly I guess

    now the slash is still there – it looks a little bit strange with the / – how can I erase it

    and can I change the text color into white ? I tried font-color: #ffffff; and text-color: #ffffff; but its not working.

    thank you and best regards

    #1120333

    Hi,

    Add this to quick css:

    .av-masonry-sort .text-sep.basic_sort_sep.avia_show_sort{
    display:none!important;
    }
    
    .angebote_sort_button .inner_sort_button span{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #1120430

    Hallo,

    thanks again.

    is not working correctly – I get it to work with the white text but the separation don’t work correctly

    could you please take a look at it, thank you so much.

    best regards

    #1120527

    Hi,

    Okay try the following:

    .text-sep{
    display:none;
    }
    
    .avia_show_sort{
    margin:0 5px
    }

    Best regards,
    Jordan Shannon

    #1121256

    its worked perfectly!

    Thank you so much.

    best regards

    #1121301

    Hi,

    Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change Masonry Category to buttons’ is closed to new replies.