-
AuthorPosts
-
August 13, 2016 at 1:53 am #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.)
August 15, 2016 at 6:37 am #672520Hi Dandelion222,
Please try the following in Quick CSS under Enfold–>General Styling:
strong.news-headline { font-size: 16px !important; }
Best regards,
RikardAugust 15, 2016 at 4:49 pm #672797That 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.
August 15, 2016 at 5:09 pm #672806I 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.
August 16, 2016 at 7:32 am #673029Hi,
That CSS should work, could you post a screenshot of what you are trying to change please?
Best regards,
RikardAugust 18, 2016 at 3:05 pm #674203Can’t you just follow the link and look at it there?
August 22, 2016 at 12:50 am #675477Hi,
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,
YigitAugust 24, 2016 at 11:09 pm #677264That worked. Thank you!
August 25, 2016 at 2:01 pm #677508Hi,
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 -
AuthorPosts
- The topic ‘How to edit fonts for recent posts in the sidebar widget?’ is closed to new replies.