Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #500674

    Hello,
    I would like to hide the “All” tab on from the Magazine element. And I want to hide the “All” content too.’
    Also I would like to align the tabs left.

    Thanks in advance
    Ferdinand

    #500675

    Hey Ferdinand_!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-magazine-sort {
        float: left;
    }
    span.text-sep.rudolf-bonvie-exhibition_sort_sep, a.all_sort_button {
        display: none;
    }

    Best regards,
    Yigit

    #500696

    Thank you for the very fast reply!

    But, the changes shall apply to all Magazine elements at all pages. How can I do this?

    Also I would like to have the same Font/Fontsize as defined in “General Styling”/Body Text + Default Font Size:
    Lato, 18 px.

    Thanks
    Ferdinand

    #501154

    Hi!

    try this code:

    a.all_sort_button.active_sort {
    display: none;
    }
    

    Where do you want to have the same font size as defined in general styling? for magazine titles? if yes use this code:

    .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 18px;
    font-family: lato;
    }
    

    Regards,
    Andy

    #562266

    Hi I have a Chinese version installed but the ALL is still display in english, how can I get the ALL display in chinese?

    #562980

    Hi!


    @omchilin
    : Please create your own thread specially if the issue is not related to the original inquiry. Post the url to the site including the login details. This might help: https://codex.wordpress.org/Installing_WordPress_in_Your_Language

    Regards,
    Ismael

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