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

    Hi again,

    I would like the option to change font sizes for the enfold latest news widget. What css should I change for that?

    #171858

    Hi mikaelsv!

    This one will do it:

    .newsbox .news-headline {
    font-size: 16px;
    }

    Change 16px for the desired number.

    Best regards,
    Josue

    #172122

    Thank you! but can I have a seperat font size just for the main font in the sidebar. When I change the size of <p> than it also changes the one in the sidebar. So can I have a different size in the main area and another in the sidebar?

    #172373

    Hello!

    You can do something like this:

    .sidebar p{
    font-size: 16px;
    }

    That will target only the paragraphs in the sidebar.

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold latest news widget’ is closed to new replies.