Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #672140

    Hello. I am including “recent posts” in the sidebar on some of my pages, and also in the footer. I am not pleased, however, with how small the headline text appears. I may want to edit other aspects of the style too such as the color and I’m not sure if I want it to be italic. Where can I go or what can I do to edit this presentation?

    You can see the presentation in the sidebar of this page. (Link included in private information.)

    #672520

    Hi Dandelion222,

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

    strong.news-headline {
        font-size: 16px !important;
    }

    Best regards,
    Rikard

    #672797

    That has had no effect on what I am trying to change. I even made it 88px just to make sure I saw a difference. There was none.

    #672806

    I have tried to edit this….

    .widget clearfix widget_recent_entries li {
    font-size=16px;
    color=:#666666;
    }

    And this…..

    #recent-posts-2 li {
    color: #666;
    ]

    And this…..
    #recent-posts-2 li {
    color: #666 !important;
    ]

    I can’t seem to find the right CSS to edit.

    It’s not the headline of the whole widget. These headlines seem to definitely be the

  • of that section.
#673029

Hi,

That CSS should work, could you post a screenshot of what you are trying to change please?

Best regards,
Rikard

#674203

Can’t you just follow the link and look at it there?

#675477

Hi,

Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

.recentcomments a, .widget_recent_entries li a {
    font-style: inherit;
    font-family: inherit;
    font-size: 20px;
}

If that does not help, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

Login credentials include:

  • The URL to the login screen.
  • A valid username (with full administration capabilities).
  • As well as a password for that username.
  • permission to deactivate plugins if necessary.

Best regards,
Yigit

#677264

That worked. Thank you!

#677508

Hi,

You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

Best regards,
Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to edit fonts for recent posts in the sidebar widget?’ is closed to new replies.