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

    HI

    Ive looked at a few threads but none of the code ive found seems to work. I have 2 Masonary grids on my site. Ive used some supplied css on the home page to alter the size of the text. I also want to alter the font size on another grid on a different page using a different size.

    This is the code ive used on my home page
    }
    #top #wrap_all .av-masonry-entry h3.av-masonry-entry-title {
    font-size: 50px;
    }
    .home .av-masonry-entry-content {
    font-size: 30px;
    line-height: 30px;
    }
    h1 { text-transform: none !important; }
    }

    I tried to re use the bottom part just changing the .home part to .work as a guess but it didnt work as i thought editing the part that named the page could be answer but it wasn’t. Thanks in advance for your help

    #1239421

    Hey janmalone,

    You would want to adjust the css to the following:

    #top.page-id-620 #wrap_all .av-masonry-entry h3.av-masonry-entry-title {
    font-size: 50px;
    }
    .page-id-620 .av-masonry-entry-content {
    font-size: 30px;
    line-height: 30px;
    }
    .page-id-620 h1 { text-transform: none !important; }

    Best regards,
    Jordan Shannon

    #1239505

    Thanks perfect.

    #1239639

    Hi,

    Great! I’m glad to help, if you need anything else please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mansonary grid excerpt’ is closed to new replies.