Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #879794

    https://www.moscatotartufi.it/approfondimenti/

    .av-masonry-entry-title.entry-title h3 {font-size:18px!important;}

    do not work

    #879844

    try this:
    .av-masonry-entry.av-masonry-entry-title {font-size: 18px !important}

    the h3 is before (cascading style sheet) these classes – means:
    h3.av-masonry-entry.av-masonry-entry-title {font-size: 18px !important}
    but the code above should work too!

    And because of the two classes are on the same element there must be no space between them!

    #879845

    Hi!

    Please refer to @guenni007’s post above.

    @guenni007
    Thanks as always :)

    Regards,
    Yigit

    #879847

    by the way: the rule comes from shortcodes.css line 2511 and there is a space between the two classes – which is on my opinion wrong.

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