Tagged: 

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

    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?

    #479530

    Hi sensiblekaren!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .av-masonry-entry-content {
    font-family: ‘Montserrat’ !important;
    }

    Regards,
    Rikard

    #479877

    Have put in but categories on masonry blog still appearing in radley?

    #480533

    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

    #481757

    – 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.

    #481766

    this seemed to work
    .av-masonry-sort {
    font-family: ‘Montserrat’ !important;
    }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog categories’ is closed to new replies.