Tagged: enfold
Hello
Put the CSS below in and it sorted the portfolio categories to be uppercase montserrat but just noticed not the blog, they seem to still be radley which is the font for body text. which I have put in as
body, body p {
font-family: “Radley”;
}
#js_sort_items a, body div .avia-button,.av-masonry-date {
font-family: ‘Montserrat’ !important;
text-transform: uppercase;
}
Is there something else I need to add?
Hi sensiblekaren!
Please try the following in Quick CSS under Enfold–>General Styling:
.av-masonry-entry-content {
font-family: ‘Montserrat’ !important;
}
Regards,
Rikard
Have put in but categories on masonry blog still appearing in radley?
Hi,
This is what the code looks like on your site:
font-family: ‘Montserrat’ !important;
Please try to copy the code from the forum or rewrite it on your keyboard.
Best regards,
Rikard
– tried cut and paste directly from forum
– rewrote it out in notepad & cut and paste
– also tried rewriting it directly in the css box
Categories in blog still showing as radley not monsterrat – need them to look like the protfolio categories.
this seemed to work
.av-masonry-sort {
font-family: ‘Montserrat’ !important;
}